flutter/packages/flutter_tools
Chris Bracken 309a2d78fb Extract snapshotting logic to Snapshotter class (#11591)
First step in eliminating code duplication between script snapshotting
(in FLX build) and AOT, assembly AOT snapshotting.
2017-08-11 12:58:35 -07:00
..
bin Add missing context bits to Fuchsia tools. (#10891) 2017-06-21 14:03:13 -07:00
gradle Avoid building x86 jar for profile and release modes (#11486) 2017-08-04 14:57:54 +02:00
lib Extract snapshotting logic to Snapshotter class (#11591) 2017-08-11 12:58:35 -07:00
schema Merge pubspec.yaml and flutter.yaml. (#7605) 2017-01-24 11:19:31 -08:00
templates Update project templates to use WEB_MODULEs. (#11587) 2017-08-10 16:54:44 -07:00
test Extract snapshotting logic to Snapshotter class (#11591) 2017-08-11 12:58:35 -07:00
tool Declare locals final where not reassigned (flutter_tools) (#8570) 2017-03-03 17:50:46 -08:00
BUILD.gn Use the correct set of options to analyze Flutter packages. (#9758) 2017-05-05 17:18:58 -07:00
flutter_tools.iml Update IntelliJ project files for latest plugin (#11536) 2017-08-07 12:19:25 -07:00
pubspec.yaml Bump Dart SDK to 1.25.0-dev.9.0 (#11509) 2017-08-09 14:45:55 +02: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