flutter/packages/flutter_tools/templates/plugin
2022-01-14 14:55:14 -08:00
..
.idea Revert "FFI plugins (#94101)" (#96122) 2022-01-04 08:09:12 -08:00
android-java.tmpl Reland 3: Display Features (#93240) 2021-11-20 15:48:06 -08:00
android-kotlin.tmpl Apply the Kotlin plugin in a java project (#95225) 2021-12-14 23:04:05 -08:00
android.tmpl Remove files that are unnecessary in a plugin (#89445) 2021-09-07 11:11:05 -07:00
ios-objc.tmpl Set plugin template minimum Flutter SDK to 2.5 (#89695) 2021-09-09 20:42:03 -07:00
ios-swift.tmpl Set plugin template minimum Flutter SDK to 2.5 (#89695) 2021-09-09 20:42:03 -07:00
ios.tmpl Add ephemeral iOS directory to put future generated files (#76830) 2021-02-25 18:16:03 -08:00
lib Integrate package:flutter_lints into templates (#81417) 2021-05-10 16:19:04 -07:00
linux.tmpl Document template CMake files (#96534) 2022-01-14 14:55:14 -08:00
macos.tmpl Revert "FFI plugins (#94101)" (#96122) 2022-01-04 08:09:12 -08:00
test Fix plugin template app's tests (#39080) 2019-08-26 14:57:16 -07:00
windows.tmpl Document template CMake files (#96534) 2022-01-14 14:55:14 -08:00
.gitignore.tmpl Revert "FFI plugins (#94101)" (#96122) 2022-01-04 08:09:12 -08:00
.metadata.tmpl Revert "FFI plugins (#94101)" (#96122) 2022-01-04 08:09:12 -08:00
analysis_options.yaml.tmpl Revert "FFI plugins (#94101)" (#96122) 2022-01-04 08:09:12 -08:00
CHANGELOG.md.tmpl Revert "FFI plugins (#94101)" (#96122) 2022-01-04 08:09:12 -08:00
LICENSE.tmpl Revert "FFI plugins (#94101)" (#96122) 2022-01-04 08:09:12 -08:00
projectName.iml.tmpl Revert "FFI plugins (#94101)" (#96122) 2022-01-04 08:09:12 -08:00
pubspec.yaml.tmpl Revert "FFI plugins (#94101)" (#96122) 2022-01-04 08:09:12 -08:00
README.md.tmpl Revert "FFI plugins (#94101)" (#96122) 2022-01-04 08:09:12 -08: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}}