flutter/packages/flutter_tools
Greg Spencer 387e2b0602
Add actions and keyboard shortcut map support (#33298)
This implements the keyboard shortcut handling and action invocation in order to provide a place in the infrastructure for keyboard events to trigger actions. This will allow binding of key events to actions like "move the focus to the next widget" and "activate button".
2019-06-04 11:30:24 -07:00
..
bin Revert "Devfs cleanup and testing (#33374)" (#33673) 2019-05-31 13:17:12 -07:00
doc add daemon command to enumerate supported platforms (#33472) 2019-05-30 10:14:23 -07:00
gradle Add mustRunAfter on mergeAssets task to force task ordering (#33272) 2019-05-28 10:01:19 -07:00
ide_templates/intellij Add actions and keyboard shortcut map support (#33298) 2019-06-04 11:30:24 -07:00
lib Add a real-er web restart, doctor, workflow (#33786) 2019-06-03 23:19:42 -07:00
schema Adds support for generating projects that use AndroidX support libraries (#31028) 2019-05-31 18:33:02 -07:00
static Revert "Add capability to flutter test --platform=chrome" (#33800) 2019-06-03 14:53:01 -07:00
templates Revert "Disable CocoaPods input and output paths in Xcode build phase and adopt new Xcode build system (#33684)" 2019-06-03 17:19:53 -07:00
test Add a real-er web restart, doctor, workflow (#33786) 2019-06-03 23:19:42 -07:00
tool make FlutterProject synchronous (#31757) 2019-04-29 08:21:32 -07:00
analysis_options.yaml refactor context to be implicit-downcast safe (#31622) 2019-04-25 15:51:08 -07:00
BUILD.gn Add a real-er web restart, doctor, workflow (#33786) 2019-06-03 23:19:42 -07:00
build.yaml Revert "Add capability to flutter test --platform=chrome" (#33800) 2019-06-03 14:53:01 -07:00
pubspec.yaml Add a real-er web restart, doctor, workflow (#33786) 2019-06-03 23:19:42 -07: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