flutter/packages/flutter_tools/templates/plugin
Michael Goderbauer 2f979914e4 Update templates to include google's maven repository (#10842)
Going forward, Android support libraries are published on maven (instead of bundling them with the SDK). Many plugins depend on these. To avoid requiring plugin users to add the maven repository to their app this change adds the repository to the template for `flutter create`.

This also bumps the support-annotations dependency to 25.4.0 (which also requires the new maven repository).
2017-06-20 12:43:23 -07:00
..
.idea Idea enable the plugin template (#10429) 2017-06-06 17:19:27 +02:00
android-java.tmpl Update templates to include google's maven repository (#10842) 2017-06-20 12:43:23 -07:00
android-kotlin.tmpl Update templates to include google's maven repository (#10842) 2017-06-20 12:43:23 -07:00
android.tmpl Add Swift and Kotlin templates (#10259) 2017-05-24 08:22:50 +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 for plugin projects. (#9076) 2017-03-30 12:39:21 +02:00
projectName_android.iml.tmpl Idea enable the plugin template (#10429) 2017-06-06 17:19:27 +02:00
projectName.iml.tmpl Idea enable the plugin template (#10429) 2017-06-06 17:19:27 +02:00
pubspec.yaml.tmpl Add changelog and required fields to template (#10548) 2017-06-07 15:54:29 +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).