flutter/packages/flutter_tools
Danny Tuppeny fda193aa5d
Fix+unskip flutter test expression eval tests (#26579)
* Fix `flutter test`e xpression eval tests

We weren't passing `beforeStart` through so the breakpoints were never being set, which means the evaluations were happening while the code was running.

* Ensure we wait for breakpoints before trying to evaluate
2019-01-15 15:39:35 +00:00
..
bin Revert "Check for duplicative Flutter.framework emeddings when building for Xcode 10" (#26339) 2019-01-09 19:34:14 -08:00
doc Allow passing a restart reason through to analytics (#21983) 2018-10-10 10:23:32 +01:00
gradle Friendlier flags for Dart compilation training. (#25645) 2018-12-21 12:27:59 -08:00
ide_templates/intellij Change 'flutter ide-config' to optionally create root Intellij module (#19920) 2018-07-30 10:15:26 -07:00
lib Report overall and transfer timings as part of hot reload statistics, analytics. (#26537) 2019-01-14 12:23:09 -08:00
schema Rename 'application' back to 'module', and make 'app' the default again for templates. (#22888) 2018-10-10 11:01:40 -07:00
templates Update compileSdkVersion in the Android app templates to Android P (#26444) 2019-01-14 16:16:12 -08:00
test Fix+unskip flutter test expression eval tests (#26579) 2019-01-15 15:39:35 +00:00
tool apply lint prefer_void_to_null in packages/flutter_tools (#22686) 2018-10-05 07:54:56 +02:00
analysis_options.yaml Turn on unawaited_futures in flutter_tools (#21048) 2018-08-30 20:57:44 -07:00
BUILD.gn Add a flutter-attach entry point for fuchsia (#24878) 2018-11-30 16:18:18 -08:00
pubspec.yaml Updated Shrine demo (#25674) 2018-12-21 17:47:25 -08:00
README.md Slight doc change (#24526) 2018-11-19 09:11:40 -08:00

Flutter Tools

Developer tools for building Flutter applications.

Be sure to follow the instructions on CONTRIBUTING.md to setup.

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