flutter/dev
stuartmorgan 685e9d1e47
Add pre-stable support for create on Windows (#51895)
Adds initial support for flutter create of apps and plugins. This is derived from the current FDE example app and sample plugin, adding template values where relevant.

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.

Plugins don't currently have a version marker since in practice this is not a significant problem for plugins yet the way it is for runners; we can add it later if that changes.

Fixes #30704
2020-03-23 10:42:26 -07:00
..
automated_tests Update fuchsia remote debug protocol to use package:test shim instead of package:test_api (#52706) 2020-03-18 09:12:46 -07:00
benchmarks Fix package name (#52870) 2020-03-19 09:31:02 -07:00
bots Add pre-stable support for create on Windows (#51895) 2020-03-23 10:42:26 -07:00
ci Set bundle config rather than deprecated --system flag (#50497) 2020-02-10 17:41:37 -08:00
customer_testing Some minor cleanup for the customer_testing shard (#49501) 2020-03-19 19:03:36 -07:00
devicelab Move ios screenshot test to flutter gold. (#52553) 2020-03-19 16:27:41 -07:00
docs unnecessary multiline strings (#50806) 2020-02-25 18:12:17 -08:00
integration_tests Move ios screenshot test to flutter gold. (#52553) 2020-03-19 16:27:41 -07:00
manual_tests enable avoid_single_cascade_in_expression_statements (#51944) 2020-03-05 08:03:26 +01:00
missing_dependency_tests License update (#45373) 2019-11-27 15:04:02 -08:00
snippets Update fuchsia remote debug protocol to use package:test shim instead of package:test_api (#52706) 2020-03-18 09:12:46 -07:00
tools Update dartdoc to 0.30.2 (#52022) 2020-03-19 14:56:03 -07:00
tracing_tests Updated package:test, package:test_core, package:coverage, package:package_config (#51946) 2020-03-04 11:40:52 -08:00
README.md Clean up test infrastructure (#43030) 2019-10-18 16:35:39 -07:00

This directory contains tools and resources that the Flutter team uses during development of the framework. The tools in this directory should not be necessary for developing Flutter applications, though of course they may be interesting if you are curious.

The tests in this directory are run in the framework_tests_misc-* shards.