flutter/packages
Todd Volkert c8f07aad56
Remove duplicate code in Element.rebuild() and BuildOwner.buildScope() (#71940)
Element.rebuild() and BuildOwner.buildScope() both had code to
manager the `BuildOwner._debugCurrentBuildTarget` state variable.
Unfortunately, only one of the two places was using a try/finally
to ensure that the state variable was restored even if an error
was thrown.

This creates a private method to unify the copy/pasted code.
2020-12-08 17:58:28 -08:00
..
flutter Remove duplicate code in Element.rebuild() and BuildOwner.buildScope() (#71940) 2020-12-08 17:58:28 -08:00
flutter_driver Link the API docs on waitFor() to the docs for runUnsynchronized() (#69761) 2020-12-07 11:50:54 -08:00
flutter_goldens [null-safety] update version constraint (#69900) 2020-11-05 11:39:26 -08:00
flutter_goldens_client [null-safety] update version constraint (#69900) 2020-11-05 11:39:26 -08:00
flutter_localizations More lints (#70500) 2020-11-16 11:07:37 -08:00
flutter_test Correct flutter_test flutter_test_configuration.dart documentation (#70862) 2020-11-25 13:38:05 -08:00
flutter_tools Revert "Move embedding and linking macOS Flutter frameworks into the tool (#71764)" (#71951) 2020-12-08 15:28:30 -08:00
flutter_web_plugins Simplify the flutter_web_plugins plugin registration API. (#70337) (#70722) 2020-12-03 15:35:41 -08:00
fuchsia_remote_debug_protocol Upgrade deps (#71450) 2020-12-01 09:57:27 -08:00
integration_test Revert "Move embedding and linking macOS Flutter frameworks into the tool (#71764)" (#71951) 2020-12-08 15:28:30 -08:00
analysis_options.yaml More lints (#70500) 2020-11-16 11:07:37 -08:00