flutter/packages/flutter_tools
2015-12-17 14:58:39 -08:00
..
bin Remove build_sky_apk.dart 2015-11-28 19:16:23 -08:00
lib Add a 'flutter ios --init' command that fetches the Xcode project from the cloud and configures it for a given flutter project 2015-12-17 14:58:39 -08:00
test Clean up code organization in flutter_tools 2015-11-28 21:16:55 -08:00
tool Make the analyzer actually work. 2015-11-12 15:41:04 -08:00
pubspec.yaml Move flutter tests from packages/unit to packages/flutter/test 2015-12-16 08:00:57 -08:00
README.md Simplify README 2015-11-04 22:24:53 -08:00

Flutter tools

Tools for building Flutter applications.

To run the tests:

  • pub get
  • pub run test