flutter/packages/flutter_tools
Jason Simmons e11cf5c94c
Use a safe codec to read Skia SKP screenshot files when checking for errors (#14086)
If the downloaded file is an actual SKP and not an error report, then the
default UTF-8 codec will fail to decode the SKP content
2018-01-12 17:54:49 -08:00
..
bin Pipe strong mode option for iOS simulator. (#14002) 2018-01-11 14:08:28 -08:00
gradle Read properties files as UTF-8 in Gradle scripts (#13981) 2018-01-08 13:48:08 -08:00
ide_templates/intellij Updated run configurations with catalog examples. (#13099) 2017-11-28 16:04:30 -08:00
lib Use a safe codec to read Skia SKP screenshot files when checking for errors (#14086) 2018-01-12 17:54:49 -08:00
schema Add support for iOS plugin class prefix (#13095) 2017-11-20 13:27:21 +01:00
templates Read properties files as UTF-8 in Gradle scripts (#13981) 2018-01-08 13:48:08 -08:00
test Decode syslog-encoded iOS logs (#14075) 2018-01-12 15:12:26 -08:00
tool Declare locals final where not reassigned (flutter_tools) (#8570) 2017-03-03 17:50:46 -08:00
BUILD.gn [fuchsia] dart_package is now dart_library. (#13979) 2018-01-08 13:16:46 -08:00
pubspec.yaml Bump json_rpc_2 dependency (#14051) 2018-01-12 16:23:51 -08:00
README.md Roll Dart SDK to 2.0.0-dev.16.0, along with associated package updates (#13857) 2018-01-10 14:31:28 -08: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