flutter/dev
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
..
automated_tests roll engine to 82765aa77db9621dfbc50801ee2709aa0a00e04d (#30198) 2019-03-29 12:41:58 -07:00
benchmarks Add rrect contains microbenchmark (#30985) 2019-04-15 09:01:40 -07:00
bots Bump dartdoc to 0.28.3+2 (#31148) 2019-04-16 15:02:18 -07:00
ci Bump Android build tools to 28.0.3 in Dockerfile (#30832) 2019-04-10 16:57:35 -07:00
devicelab Added support for authentication codes for the VM service. (#30857) 2019-04-18 21:01:50 -07:00
docs Replace flutter.io with flutter.dev (#30562) 2019-04-05 11:39:30 -07:00
integration_tests Replace flutter.io with flutter.dev (#30562) 2019-04-05 11:39:30 -07:00
manual_tests Intercept errors thrown by synchronous Completers in image resolution. (#30139) 2019-03-29 10:05:18 -07:00
missing_dependency_tests Retry remove package:test from flutter (#24007) 2018-11-06 10:48:34 -08:00
snippets Intercept errors thrown by synchronous Completers in image resolution. (#30139) 2019-03-29 10:05:18 -07:00
tools Update keycodes, fix a comment. (#30938) 2019-04-16 08:02:11 -07:00
README.md Update some READMEs under dev/. (#15712) 2018-03-19 16:41:36 -07:00

This directory contains tools and resources that the Flutter team uses during development of the framework. The tools in this directory should not be necessary for developing Flutter applications, though of course they may be interesting if you are curious.