flutter/packages/flutter_tools
Danny Tuppeny 8e7c8048de
Don't search in %LocalAppData% if it's not set (#23933)
It's not usual for this not to be set, but it affected at least one user (#23909) and there are a non-zero number of people online saying it's not set. It's better that we don't crash.

Fixes #23909.
2018-11-05 08:57:49 +00:00
..
bin Re-reland Xcode backend refactor (#23762) 2018-10-31 16:37:53 -07:00
doc Allow passing a restart reason through to analytics (#21983) 2018-10-10 10:23:32 +01:00
gradle Fixes gradle error: 'Could not find lint-gradle-api.jar' (#23095) (#23397) 2018-10-24 14:33:39 -07:00
ide_templates/intellij Change 'flutter ide-config' to optionally create root Intellij module (#19920) 2018-07-30 10:15:26 -07:00
lib Don't search in %LocalAppData% if it's not set (#23933) 2018-11-05 08:57:49 +00: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 Re-reland Xcode backend refactor (#23762) 2018-10-31 16:37:53 -07:00
test Support attach on fuchsia devices (#23436) 2018-11-01 20:04:52 -07: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 [gn] Be explicit about Dart sources. 2018-08-01 09:33:03 -07:00
pubspec.yaml Revert "Restore "Flutter gallery: updated Shrine demo" (#23878)" (#23888) 2018-11-02 15:32:02 -07:00
README.md Improved readme (#23079) 2018-10-18 10:58:15 -07:00

Flutter Tools

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