flutter/packages/flutter_tools/templates/app
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 idea template files (#24311) 2018-11-14 13:45:07 -08:00
android-java.tmpl Update idea template files (#24311) 2018-11-14 13:45:07 -08:00
android-kotlin.tmpl Update idea template files (#24311) 2018-11-14 13:45:07 -08:00
android.tmpl newly created apps / plugins should use latest gradle dependencies (#22790) (#23314) 2018-10-19 19:07:06 -07:00
ios-objc.tmpl Re-reland Xcode backend refactor (#23762) 2018-10-31 16:37:53 -07:00
ios-swift.tmpl Re-reland Xcode backend refactor (#23762) 2018-10-31 16:37:53 -07:00
ios.tmpl Re-reland Xcode backend refactor (#23762) 2018-10-31 16:37:53 -07:00
lib update the docs for the module template (#23699) 2018-10-30 13:30:10 -07:00
test Update templates (#23698) 2018-10-30 07:58:41 -07:00
.gitignore.tmpl Rename module --> application in flutter create command. (#22565) 2018-10-04 13:03:20 -07:00
.metadata.tmpl Rename module --> application in flutter create command. (#22565) 2018-10-04 13:03:20 -07:00
projectName.iml.tmpl Rename module --> application in flutter create command. (#22565) 2018-10-04 13:03:20 -07:00
pubspec.yaml.tmpl Retry remove package:test from flutter (#24007) 2018-11-06 10:48:34 -08: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 Flutter application.

A few resources to get you started if this is your first Flutter project:

- [Lab: Write your first Flutter app](https://flutter.io/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.io/docs/cookbook)

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.