flutter/packages/flutter_tools/templates/app
stuartmorgan 0412977e48
Support create for macOS (app and plugin) (#40851)
Adds macOS support for `flutter create`:
- Currently it is behind a hidden flag.
- Adds a TargetPlatform workaround to lib/main.dart in the standard app template when enabled.
- Supports `app` and `plugin`; `module` support doesn't yet exist for macOS in general.

This will eliminate the need to use FDE's examples as templates on macOS. The templates are based on the current state of FDE's examples, with templating support added (and with adoption of the new application delegate in the app, which hadn't been done yet in FDE, eliminating some boilerplate from the template).

Fixes #30703
2019-09-19 17:06:18 -07:00
..
.idea Update idea template files (#24311) 2018-11-14 13:45:07 -08:00
android-java.tmpl Update Kotlin and Gradle version (#40181) 2019-09-13 19:37:07 -07:00
android-kotlin.tmpl Update Kotlin and Gradle version (#40181) 2019-09-13 19:37:07 -07:00
android.tmpl Move iOS and Android gitignore rules into folders (#40864) 2019-09-19 17:04:53 -07:00
ios-objc.tmpl Remove iphonesimulator from SUPPORTED_PLATFORMS for Profile and Release modes (#38905) 2019-08-20 13:30:43 -07:00
ios-swift.tmpl Remove iphonesimulator from SUPPORTED_PLATFORMS for Profile and Release modes (#38905) 2019-08-20 13:30:43 -07:00
ios.tmpl Move iOS and Android gitignore rules into folders (#40864) 2019-09-19 17:04:53 -07:00
lib Support create for macOS (app and plugin) (#40851) 2019-09-19 17:06:18 -07:00
macos.tmpl Support create for macOS (app and plugin) (#40851) 2019-09-19 17:06:18 -07:00
test Update templates (#23698) 2018-10-30 07:58:41 -07:00
web Add flutter create for the web (#34018) 2019-06-07 13:15:38 -07:00
.gitignore.tmpl Move iOS and Android gitignore rules into folders (#40864) 2019-09-19 17:04:53 -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 Updating dart.dev related links (#32641) 2019-05-14 10:35:00 -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.