flutter/packages/flutter_tools/templates/plugin
2021-03-08 14:44:02 -08:00
..
.idea remove intellij references to the v1 embedding jars now that the v2 embeddings are referenced via maven (#55353) 2020-04-22 13:33:13 -07:00
android-java.tmpl remove unused import (#77202) 2021-03-08 14:44:02 -08:00
android-kotlin.tmpl remove unused import (#77202) 2021-03-08 14:44:02 -08:00
android.tmpl Relands: Migrate template to Gradle 6.7 and AGP 4.1.0 (#71446) 2020-12-01 19:01:09 -08:00
ios-objc.tmpl Fix typo ' to ` in template (#73773) 2021-01-14 15:34:03 -08:00
ios-swift.tmpl Fix typo ' to ` in template (#73773) 2021-01-14 15:34:03 -08:00
ios.tmpl Add ephemeral iOS directory to put future generated files (#76830) 2021-02-25 18:16:03 -08:00
lib Simplify the flutter_web_plugins plugin registration API. (#70337) (#70722) 2020-12-03 15:35:41 -08:00
linux.tmpl Add a missing include to the Linux plugin template (#68737) 2020-10-22 13:50:39 -07:00
macos.tmpl Fix typo ' to ` in template (#73773) 2021-01-14 15:34:03 -08:00
test Fix plugin template app's tests (#39080) 2019-08-26 14:57:16 -07:00
windows.tmpl Clean up Windows plugin template (#70403) 2020-11-18 10:01:53 -08:00
.gitignore.tmpl Do not ignore pubspec.lock in project templates (#24209) 2019-01-09 10:10:38 -08:00
.metadata.tmpl Rename module --> application in flutter create command. (#22565) 2018-10-04 13:03:20 -07:00
CHANGELOG.md.tmpl Update plugin template to comply with new type and style rules (#17840) 2018-05-24 08:49:17 +02:00
LICENSE.tmpl Add --template=<type> option to create command. (#11105) 2017-08-23 13:29:31 +02:00
projectName.iml.tmpl update intellij metadata in template files (#16211) 2018-04-04 09:36:34 -07:00
pubspec.yaml.tmpl Remove deprecated author field in pubspec.yml templates (#76477) 2021-02-22 08:25:28 -08:00
README.md.tmpl Add --platforms to flutter create -t plugin command (#59507) 2020-06-23 17:38:03 -07:00

# {{projectName}}

{{description}}

## Getting Started

This project is a starting point for a Flutter
[plug-in package](https://flutter.dev/developing-packages/),
a specialized package that includes platform-specific implementation code for
Android and/or iOS.

For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.

{{#no_platforms}}
The plugin project was generated without specifying the `--platforms` flag, no platforms are currently supported.
To add platforms, run `flutter create -t plugin --platforms <platforms> .` under the same
directory. You can also find a detailed instruction on how to add platforms in the `pubspec.yaml` at https://flutter.dev/docs/development/packages-and-plugins/developing-packages#plugin-platforms.
{{/no_platforms}}