flutter/packages/flutter_tools/templates/package
Tim Sneath 06ec8d3b41
Updating readme templates for newly created projects (#24725)
We hypothesize that many first-time users creating a new project will look at the README.md as a starting point for "what next". As we've updated our documentation particularly for new users, having better links to our codelabs and cookbooks will help them be productive.
2018-11-28 15:56:58 -08: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 Update templates (#23698) 2018-10-30 07:58:41 -07:00
.gitignore.tmpl Update template .gitignore rules (#15382) 2018-04-09 15:02:24 -07:00
.metadata.tmpl Rename module --> application in flutter create command. (#22565) 2018-10-04 13:03:20 -07:00
CHANGELOG.md.tmpl Add --template=<type> option to create command. (#11105) 2017-08-23 13:29:31 +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 Reland "Roll engine to version e3687f70c7ece72000b32ee1b3c02755ba5361ac (#20427)" (#20633) 2018-08-15 15:35:12 -07:00
README.md.tmpl Updating readme templates for newly created projects (#24725) 2018-11-28 15:56:58 -08:00

# {{projectName}}

{{description}}

## Getting Started

This project is a starting point for a Dart
[package](https://flutter.io/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.io/docs), which offers tutorials, 
samples, guidance on mobile development, and a full API reference.