flutter/packages/flutter_tools/templates/plugin
Jakob Andersen 5d0d6126a1 Add --template=<type> option to create command. (#11105)
Allows the user to specify the kind of project to create. The default is 'app'. Other choices are 'plugin' (the old '--plugin' behavior), and 'package'.

A Flutter 'package' is a Dart package that depends on Flutter, but does not contain native code.

Fixes #10377.
2017-08-23 13:29:31 +02:00
..
.idea Idea enable the plugin template (#10429) 2017-06-06 17:19:27 +02: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_android.iml.tmpl Idea enable the plugin template (#10429) 2017-06-06 17:19:27 +02:00
projectName.iml.tmpl Update project templates to use WEB_MODULEs. (#11587) 2017-08-10 16:54:44 -07: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).