flutter/packages/flutter_tools/templates/app
2021-06-24 10:21:05 -07: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 migrate from jcenter to mavencentral (#80908) 2021-04-21 21:41:07 -07:00
android-kotlin.tmpl migrate from jcenter to mavencentral (#80908) 2021-04-21 21:41:07 -07:00
android.tmpl Add Android keystore files to project gitignore (#80663) 2021-04-19 20:34:03 -07:00
ios-objc.tmpl Move Flutter.framework to build directory instead of ios/Flutter (#70224) 2020-11-17 10:09:29 -08:00
ios-swift.tmpl Move Flutter.framework to build directory instead of ios/Flutter (#70224) 2020-11-17 10:09:29 -08:00
ios.tmpl Migrate iOS app deployment target from 8.0 to 9.0 (#85174) 2021-06-24 10:21:05 -07:00
lib Integrate package:flutter_lints into templates (#81417) 2021-05-10 16:19:04 -07:00
linux.tmpl Minor cleanup to Linux application template format (#81561) 2021-05-07 09:49:03 -07:00
macos.tmpl Build/copy macOS frameworks to built products instead of ephemeral directory (#72378) 2020-12-17 14:47:05 -08:00
test Integrate package:flutter_lints into templates (#81417) 2021-05-10 16:19:04 -07:00
web Add maskable icons to improve lighthouse score (#83182) 2021-06-10 13:49:06 -07:00
windows.tmpl Remove RunLoop from Windows template (#79969) 2021-04-27 14:50:42 -07:00
winuwp.tmpl Update Windows flutter create template (#82598) 2021-05-14 19:10:07 -07:00
.gitignore.tmpl Update .gitignore.tmpl (#66382) 2020-09-25 15:37:03 -07:00
.metadata.tmpl Rename module --> application in flutter create command. (#22565) 2018-10-04 13:03:20 -07:00
analysis_options.yaml.tmpl Integrate package:flutter_lints into templates (#81417) 2021-05-10 16:19:04 -07:00
projectName.iml.tmpl Rename module --> application in flutter create command. (#22565) 2018-10-04 13:03:20 -07:00
pubspec.yaml.tmpl Upgrade to stable flutter_lints 1.0.0 (#82365) 2021-05-12 17:14:03 -07: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.