flutter/packages/flutter_tools/templates/app
2020-02-12 13:28:03 -08:00
..
.idea Update idea template files (#24311) 2018-11-14 13:45:07 -08:00
android-java.tmpl Move the plugin registrant to io.flutter.plugins and add the @Keep annotation (#44011) 2019-11-01 16:58:26 -07:00
android-kotlin.tmpl Move the plugin registrant to io.flutter.plugins and add the @Keep annotation (#44011) 2019-11-01 16:58:26 -07:00
android.tmpl Android Project: Opt into splash behavior by default. (#49096) 2020-01-21 16:39:17 -08:00
ios-objc.tmpl Update Xcode compatibility version (#49654) 2020-01-29 15:58:02 -08:00
ios-swift.tmpl Update Xcode compatibility version (#49654) 2020-01-29 15:58:02 -08:00
ios.tmpl Update Xcode compatibility version (#49654) 2020-01-29 15:58:02 -08:00
lib Migrate TextTheme to 2018 APIs (#48547) 2020-01-24 19:03:01 -08:00
macos.tmpl License update (#45373) 2019-11-27 15:04:02 -08:00
test Update templates (#23698) 2018-10-30 07:58:41 -07:00
web [web] Fix typo apple-mobile-web-app-status-bar-style (#49894) 2020-01-31 15:38:02 -08:00
.gitignore.tmpl [flutter_tools] support --split-debug-info option in android builds (#49650) 2020-02-05 17:45:24 -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 Update cupertino_icons dependency version in pubspec.yaml template (#50479) 2020-02-12 13:28:03 -08:00
README.md.tmpl Remove trailing whitespace from README template (#31762) 2019-04-29 13:04:55 +02: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.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)

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.