flutter/packages
Jonah Williams 485034cab3
[flutter_tools] update fastReassemble method for single widget reloads (#61413)
For #61407 , we need to be able to find all widgets that of a given type. Previously I experimented with using the type name, but of course this does not handles subtypes. The actual check needs to be an is check.

Since there is no way to convert a String to a Type at runtime for use in this check, we can instead evaluate an expression which assigns a closure to a field. The idea for this was inspired by how the dart devtools adds debug functionality to older versions of flutter.

Since the reload feature is not complete yet, adds an integration test which simulates how it will eventually behave
2020-07-14 12:25:13 -07:00
..
_flutter_web_build_script use nnbd deps (#61177) 2020-07-09 23:01:22 +02:00
flutter [flutter_tools] update fastReassemble method for single widget reloads (#61413) 2020-07-14 12:25:13 -07:00
flutter_driver Filter profiling events by names not category (#61185) 2020-07-10 12:13:56 -07:00
flutter_goldens use nnbd deps (#61177) 2020-07-09 23:01:22 +02:00
flutter_goldens_client use nnbd deps (#61177) 2020-07-09 23:01:22 +02:00
flutter_localizations use nnbd deps (#61177) 2020-07-09 23:01:22 +02:00
flutter_test Update the golden image comparator to handle read-only image ByteData views (#61406) 2020-07-14 01:41:02 -07:00
flutter_tools [flutter_tools] update fastReassemble method for single widget reloads (#61413) 2020-07-14 12:25:13 -07:00
flutter_web_plugins use nnbd deps (#61177) 2020-07-09 23:01:22 +02:00
fuchsia_remote_debug_protocol use nnbd deps (#61177) 2020-07-09 23:01:22 +02:00
analysis_options.yaml