flutter/packages/flutter_tools/templates/module/common
2021-05-12 17:14:03 -07: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
lib Integrate package:flutter_lints into templates (#81417) 2021-05-10 16:19:04 -07:00
test Integrate package:flutter_lints into templates (#81417) 2021-05-10 16:19:04 -07:00
.gitignore.tmpl [flutter_tools] wire up complete support for Dart obfuscation (#50509) 2020-02-27 08:58:33 -08:00
.metadata.tmpl Rename 'application' back to 'module', and make 'app' the default again for templates. (#22888) 2018-10-10 11:01:40 -07:00
analysis_options.yaml.tmpl Integrate package:flutter_lints into templates (#81417) 2021-05-10 16:19:04 -07:00
projectName_android.iml.tmpl Rename 'application' back to 'module', and make 'app' the default again for templates. (#22888) 2018-10-10 11:01:40 -07:00
projectName.iml.tmpl Rename 'application' back to 'module', and make 'app' the default again for templates. (#22888) 2018-10-10 11:01:40 -07:00
pubspec.yaml.tmpl Upgrade to stable flutter_lints 1.0.0 (#82365) 2021-05-12 17:14:03 -07:00
README.md.tmpl add a help link to the default module template readme (#59023) 2020-06-08 16:33:01 -07:00

# {{projectName}}

{{description}}

## Getting Started

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

For instructions integrating Flutter modules to your existing applications,
see the [add-to-app documentation](https://flutter.dev/docs/development/add-to-app).