flutter/dev
Jonah Williams cb7770b3a5
[flutter_tools] add support for enable null safety asserts (#61114)
Enable null safety asserts for web debug mode. This induces runtime asserts at the boundaries between null safe and non-null safe libraries. Adds integration test that validates assertion error is thrown.

#61042
2020-07-15 09:54:39 -07:00
..
automated_tests use nnbd deps (#61177) 2020-07-09 23:01:22 +02:00
benchmarks Revert "Branch out android platform view perf testing (#60238)" (#61482) 2020-07-14 15:10:21 -07:00
bots [flutter_tools] add support for enable null safety asserts (#61114) 2020-07-15 09:54:39 -07:00
ci Separate PR (#53619) 2020-03-31 11:16:02 -07:00
customer_testing use nnbd deps (#61177) 2020-07-09 23:01:22 +02:00
devicelab Remove unused optional parameters of private functions. (#60446) 2020-07-15 09:41:02 -07:00
docs Update README.md (#56727) 2020-05-11 12:10:02 -07:00
integration_tests [flutter_tools] add support for enable null safety asserts (#61114) 2020-07-15 09:54:39 -07:00
manual_tests use nnbd deps (#61177) 2020-07-09 23:01:22 +02:00
missing_dependency_tests [flutter_tools] remove globals from compilers (#59184) 2020-06-18 10:33:17 -07:00
snippets use nnbd deps (#61177) 2020-07-09 23:01:22 +02:00
tools Add additional GTK keycodes for enter and tab (#61141) 2020-07-10 11:35:46 +12:00
tracing_tests Revert "Reland "Add support for Dart Development Service (DDS) in Flutter Tools (#61276)" (#61395)" (#61498) 2020-07-14 16:32:49 -07:00
README.md Clean up test infrastructure (#43030) 2019-10-18 16:35:39 -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.

The tests in this directory are run in the framework_tests_misc-* shards.