flutter/packages/flutter_tools
Michael Goderbauer 06144a7207 Fix crash when old Android Studio (<2.2.0) is installed (#9009)
Old Android Stuio versions pior to 2.2.0 didn't come with Java bundled. Make sure flutter doesn't crash when we try to determine the Java version of those old Android Studio installations.
2017-03-24 17:07:08 -07:00
..
bin Generate a depfile for assets of a flutter_app. (#8961) 2017-03-23 09:42:58 -07:00
gradle Remove various roboto font logic (#8350) 2017-03-23 11:28:03 -07:00
lib Fix crash when old Android Studio (<2.2.0) is installed (#9009) 2017-03-24 17:07:08 -07:00
schema Merge pubspec.yaml and flutter.yaml. (#7605) 2017-01-24 11:19:31 -08:00
templates Automatically wire dependencies for native plugins (#8891) 2017-03-23 14:59:12 +01:00
test Attempt to fix devfs test (#9007) 2017-03-24 12:32:45 -07:00
tool Declare locals final where not reassigned (flutter_tools) (#8570) 2017-03-03 17:50:46 -08:00
BUILD.gn remove unneded deps to pub_semver (#8688) 2017-03-09 12:57:56 -08:00
flutter_tools.iml update IntelliJ metadata (#8844) 2017-03-17 09:39:18 -07:00
pubspec.yaml fix build (#8842) 2017-03-16 17:53:48 -07:00
README.md Update test instructions for flutter_tools (#8126) 2017-02-13 21:31:53 -08:00

Flutter tools

Tools for building Flutter applications.

To run the tests, ensure that no devices are connected and run:

pub get
FLUTTER_ROOT=$PWD/../.. dart --checked test/all.dart