flutter/packages/flutter_tools
Ben Konyi 3764cb8515
Added support for authentication codes for the VM service. (#30857)
* Added support for authentication codes for the VM service.

Previously, a valid web socket connection would use the following URI:

`ws://127.0.0.1/ws`

Now, by default, the VM service requires a connection to be made with a
URI similar to the following:

`ws://127.0.0.1:8181/Ug_U0QVsqFs=/ws`

where `Ug_U0QVsqFs` is an authentication code generated and shared by
the
service.

This behavior can be disabled with the `--disable-service-auth-codes`
flag.
2019-04-18 21:01:50 -07:00
..
bin make flutterProject option of CoverageCollector optional (#31074) 2019-04-15 12:26:43 -07:00
doc add daemon.log to the daemon spec (#31273) 2019-04-18 20:07:52 -07:00
gradle Remove the flutter_shared assets directory from the Gradle script (#27572) 2019-03-06 11:23:27 -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 Added support for authentication codes for the VM service. (#30857) 2019-04-18 21:01:50 -07:00
schema Remove json_schema and cli_util deps from flutter_tool (#28040) 2019-02-20 15:38:58 -08:00
templates Updated package template .gitignore file (#27034) 2019-04-09 10:12:32 -07:00
test Added support for authentication codes for the VM service. (#30857) 2019-04-18 21:01:50 -07:00
tool initial work on coverage generating script for tool (#29494) 2019-04-18 17:59:14 -07:00
analysis_options.yaml Turn on unawaited_futures in flutter_tools (#21048) 2018-08-30 20:57:44 -07:00
BUILD.gn ensure that fe server is always built with tool (#29768) 2019-03-26 17:11:04 -07:00
build.yaml Add capability to run build_runner tests for engine (#28684) 2019-02-28 20:06:14 -08:00
pubspec.yaml Replace flutter.io with flutter.dev (#30562) 2019-04-05 11:39:30 -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