flutter/packages/flutter_tools/templates/package
2021-05-12 17:14:03 -07:00
..
.idea update the IntelliJ metadata templates (#14867) 2018-02-26 07:38:22 -08:00
lib Add --template=<type> option to create command. (#11105) 2017-08-23 13:29:31 +02:00
test Tests that module/plugin/package templates can be migrated to null-safety (#74090) 2021-01-19 14:24:03 -08:00
.gitignore.tmpl Add ephemeral iOS directory to put future generated files (#76830) 2021-02-25 18:16:03 -08:00
.metadata.tmpl Rename module --> application in flutter create command. (#22565) 2018-10-04 13:03:20 -07:00
analysis_options.yaml.tmpl Integrate package:flutter_lints into templates (#81417) 2021-05-10 16:19:04 -07:00
CHANGELOG.md.tmpl Fix package CHANGELOG template (#76019) 2021-02-22 14:44:19 +01: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 Upgrade to stable flutter_lints 1.0.0 (#82365) 2021-05-12 17:14:03 -07:00
README.md.tmpl Replace flutter.io with flutter.dev (#30562) 2019-04-05 11:39:30 -07:00

# {{projectName}}

{{description}}

## Getting Started

This project is a starting point for a Dart
[package](https://flutter.dev/developing-packages/),
a library module containing code that can be shared easily across
multiple Flutter or Dart projects.

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.