flutter/packages/flutter_tools/templates/app
KyleWong 1c0a06f397 Make version documentation clearer. (#27278)
Currently, in pubspec.yaml, semver.org is referred to for more about versioning.
However, the versionCode/versionName could differ on different platforms (iOS, Android, Dart).

This adds more clear and complete information that could help users to understand it better.

See: #27251
2019-02-11 16:29:38 -08:00
..
.idea Update idea template files (#24311) 2018-11-14 13:45:07 -08:00
android-java.tmpl Revert "Upgrade the Gradle script to Android plugin version 3.3.0 (#26913)" (#27045) 2019-01-24 14:29:08 -08:00
android-kotlin.tmpl Revert "Upgrade the Gradle script to Android plugin version 3.3.0 (#26913)" (#27045) 2019-01-24 14:29:08 -08:00
android.tmpl add uiMode to android:configChanges (#26896) 2019-01-22 10:37:22 -08:00
ios-objc.tmpl Roll engine to 05fee4eeee0ff6b219b1fcc394371e5f6963cc46 (#26713) 2019-01-21 21:23:04 -08:00
ios-swift.tmpl Roll engine to 05fee4eeee0ff6b219b1fcc394371e5f6963cc46 (#26713) 2019-01-21 21:23:04 -08: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 fix #26207 .gitignore only include project root build directory (#26388) 2019-01-30 07:33:28 -08: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 Make version documentation clearer. (#27278) 2019-02-11 16:29:38 -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.