flutter/packages/flutter_tools/templates/create/ios.tmpl
Jakob Andersen f34f8a3197 Add template for plugin projects. (#9076)
Plugin projects are created by running `flutter create --plugin <name>`.

An example app is also created in the plugin project, using the normal 'create' template, which has been modified to allow for conditional plugin code.

Modified the android package name to match package naming conventions (all lower-case, and must match the directory name).
2017-03-30 12:39:21 +02:00
..
Flutter Build Flutter app as a framework on iOS (#8971) 2017-03-22 17:41:49 -07:00
Pods Declare Xcode 8.3.x compatibility in project files (#8622) 2017-03-07 13:11:41 -08:00
Runner Add template for plugin projects. (#9076) 2017-03-30 12:39:21 +02:00
Runner.xcodeproj Build Flutter app as a framework on iOS (#8971) 2017-03-22 17:41:49 -07:00
Runner.xcworkspace Alter iOS template project to be CocoaPods enabled (#4893) 2016-08-05 09:17:13 -07:00
.gitignore Build Flutter app as a framework on iOS (#8971) 2017-03-22 17:41:49 -07:00
Podfile Automatically wire dependencies for native plugins (#8891) 2017-03-23 14:59:12 +01:00
Podfile.lock Alter iOS template project to be CocoaPods enabled (#4893) 2016-08-05 09:17:13 -07:00