flutter/packages/flutter_tools
Ian Hickson 92a6212007 dev/update_packages.dart --upgrade
Add an --upgrade flag to the dev/update_packages.dart flag which runs
'pub upgrade' instead of 'pub get'. Tell people to use this when using
'flutter analyze' since 'pub get' doesn't have the same guarantee of
getting everything in sync.
2015-11-27 20:01:13 -08:00
..
bin Rename sky_tools to flutter_tools 2015-11-10 13:20:35 -08:00
lib dev/update_packages.dart --upgrade 2015-11-27 20:01:13 -08:00
test fix analysis errors; add missing icon 2015-11-24 23:19:25 -08:00
tool Make the analyzer actually work. 2015-11-12 15:41:04 -08:00
pubspec.yaml Pin package:test to an exact revision 2015-11-24 09:22:11 -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