flutter/packages/flutter_tools/templates/plugin
2017-10-19 19:38:39 -07:00
..
.idea Update IDEA project files (#12391) 2017-10-05 12:56:49 -07:00
android-java.tmpl Make plugins add their repos to projects in the consuming app (#11447) 2017-07-31 14:51:09 +02:00
android-kotlin.tmpl Make plugins add their repos to projects in the consuming app (#11447) 2017-07-31 14:51:09 +02:00
android.tmpl Make consistent use of gradle wrapper (#10993) 2017-06-29 09:48:01 +02:00
ios-objc.tmpl/Classes Add Swift and Kotlin templates (#10259) 2017-05-24 08:22:50 +02:00
ios-swift.tmpl/Classes Change template indentation to 2 spaces (#10289) 2017-05-24 12:37:23 +02:00
ios.tmpl Add Swift and Kotlin templates (#10259) 2017-05-24 08:22:50 +02:00
lib Plugin template uses new channel name (#9453) 2017-04-18 22:54:01 +02:00
.gitignore.tmpl Add template for plugin projects. (#9076) 2017-03-30 12:39:21 +02:00
CHANGELOG.md.tmpl Give changelog proper extension (#10577) 2017-06-08 09:54:38 +02:00
LICENSE.tmpl Add --template=<type> option to create command. (#11105) 2017-08-23 13:29:31 +02:00
projectName.iml.tmpl update the flutter create template files (#12641) 2017-10-19 19:38:39 -07:00
projectName_android.iml.tmpl Update IDEA project files (#12391) 2017-10-05 12:56:49 -07:00
pubspec.yaml.tmpl update pubspec.yaml.tmpl of package and plugin (#12238) 2017-09-25 13:09:28 +02:00
README.md.tmpl Update plugin README with link to plugin guide (#10137) 2017-05-17 23:06:40 +02:00

# {{projectName}}

{{description}}

## Getting Started

For help getting started with Flutter, view our online
[documentation](http://flutter.io/).

For help on editing plugin code, view the [documentation](https://flutter.io/platform-plugins/#edit-code).