flutter/packages/flutter_tools/templates
stuartmorgan 8d8439f8e3
Add pre-stable support for create on Linux (#51832)
Adds initial support for `flutter create` of apps and plugins. This is derived from the current FDE example app and sample plugin, with a few changes:
- Added template values where it makes sense.
- Moved some likely-to-change values into separate files for now, to simplify the delete/recreate cycle that will be necessary until it's stable.
- Added some minor Makefile flag handling improvements

Since the APIs/tooling/template aren't stable yet, the app template includes a version marker, which will be updated each time there's a breaking change. The build now checks that the template version matches the version known by that version of the tool, and gives a specific error message when there's a mismatch, which improves over the current breaking change experience of hitting whatever build failure the breaking change causes and having to figure out that the problem is that the runner is out of date. It also adds a warning to the `create` output about the fact that it won't be stable.
2020-03-03 22:42:52 +01:00
..
app Add pre-stable support for create on Linux (#51832) 2020-03-03 22:42:52 +01:00
cocoapods Move embedding and linking Flutter frameworks into the tool (#51453) 2020-03-03 12:11:28 -08:00
driver Revert "Remove package:test dependency from flutter_test (#23755)" (#24004) 2018-11-06 09:12:48 -08:00
module Move embedding and linking Flutter frameworks into the tool (#51453) 2020-03-03 12:11:28 -08:00
package Add missing indentation to assets-images example (#45833) 2020-01-10 11:23:01 -08:00
plugin Add pre-stable support for create on Linux (#51832) 2020-03-03 22:42:52 +01:00