flutter/packages/flutter_tools/templates/app
2020-11-09 09:54:42 -08:00
..
.idea remove intellij references to the v1 embedding jars now that the v2 embeddings are referenced via maven (#55353) 2020-04-22 13:33:13 -07:00
android-java.tmpl move compile/target sdk versions to 29 (#62799) (#63008) 2020-08-11 14:51:02 -07:00
android-kotlin.tmpl move compile/target sdk versions to 29 (#62799) (#63008) 2020-08-11 14:51:02 -07:00
android.tmpl Make the launch background drawable compatible with older Android API levels (#69255) 2020-11-02 16:08:03 -08:00
ios-objc.tmpl Change minimum iOS version from 8.0 to 9.0 (#62902) 2020-08-06 13:46:15 -07:00
ios-swift.tmpl Change minimum iOS version from 8.0 to 9.0 (#62902) 2020-08-06 13:46:15 -07:00
ios.tmpl App.framework must support iOS 8 for older Flutter projects (#68729) 2020-10-22 13:50:54 -07:00
lib [flutter_tools] remove --with-driver-test (#67783) 2020-10-09 21:03:37 -07:00
linux.tmpl Update Linux template app to pass through command line arguments to the Dart entrypoint (#68535) 2020-10-30 12:26:16 +13:00
macos.tmpl [flutter_tools] correctly forward error only stdout in non-verbose modes (#63815) 2020-08-18 16:56:05 -07:00
test Update templates (#23698) 2018-10-30 07:58:41 -07:00
web [web] Update index.html template to support new path strategy (#67081) 2020-10-02 15:12:04 -07:00
windows.tmpl Send command line arguments through to the Flutter Engine on Windows (#68931) 2020-10-29 18:08:04 -07:00
.gitignore.tmpl Update .gitignore.tmpl (#66382) 2020-09-25 15:37:03 -07:00
.metadata.tmpl
projectName.iml.tmpl
pubspec.yaml.tmpl move cupertino_icon template to 1.0.1 for null safety (#69997) 2020-11-09 09:54:42 -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.