flutter/packages/flutter_tools
Adam Barth f847272fc7 Make FLX construction atomic (#12604)
This patch also makes it possible to create FLX files with no extension.
Previously, the zip tool would add the ".zip" extension if the output file
lacked an extension.
2017-10-18 13:46:17 -07:00
..
bin Fix testing on Fuchsia. (#12563) 2017-10-16 10:58:39 -07:00
gradle Copy snapshot file into assets (#12523) 2017-10-18 14:52:36 +02:00
lib Make FLX construction atomic (#12604) 2017-10-18 13:46:17 -07:00
schema Add schema for plugin (#12013) 2017-09-11 16:24:41 +02:00
templates Add Cupertino icon fonts helper and dependency for default template (#12559) 2017-10-16 18:59:28 -07:00
test Update IDEA project files (#12391) 2017-10-05 12:56:49 -07:00
tool Declare locals final where not reassigned (flutter_tools) (#8570) 2017-03-03 17:50:46 -08:00
BUILD.gn Update references to the engine project. (#12515) 2017-10-13 17:16:33 -07:00
flutter_tools.iml Update flutter_tools IntelliJ project (#11790) 2017-08-25 15:59:19 -07:00
pubspec.yaml flutter_localization optional package (#12410) 2017-10-11 16:01:13 -07:00
README.md Add test of flutter create --plugin (#9459) 2017-04-19 00:00:39 +02:00

Flutter tools

Tools for building Flutter applications.

To run the tests, ensure that no devices are connected, then navigate to flutter_tools and execute:

../../bin/cache/dart-sdk/bin/pub run test