flutter/packages
Sam Rawlins 25d2cdaab7
Null-assert the value given to a Completer expecting a non-null value (#136776)
The code with out the null assertion is legal as per the type signature, but will throw a runtime exception if the nullable value is null. To make this exception more explicit, the value must be null-checked before completing the completer with the value.

The analyzer will soon enforce such checks. See https://github.com/dart-lang/sdk/issues/53253.

Fixes https://github.com/flutter/flutter/issues/136775
2023-10-18 22:19:18 +00:00
..
flutter Convert menus to use OverlayPortal (#130534) 2023-10-18 20:13:08 +00:00
flutter_driver [Impeller] GPU frame timings summarization. (#136408) 2023-10-13 22:18:37 +00:00
flutter_goldens GoldenFileComparators should dispose created Image objects. (#136716) 2023-10-17 15:25:52 -07:00
flutter_goldens_client Bump file,process,process_runner (#136418) 2023-10-12 13:05:24 -07:00
flutter_localizations Removed TBD translations for optional remainingTextFieldCharacterCounZero message (#136684) 2023-10-17 10:34:49 -07:00
flutter_test Adds API for performing semantics actions in tests (#132598) 2023-10-18 00:26:14 +00:00
flutter_tools Null-assert the value given to a Completer expecting a non-null value (#136776) 2023-10-18 22:19:18 +00:00
flutter_web_plugins Allow latest pkg:material_color_utilities (#132445) 2023-10-11 23:57:16 +00:00
fuchsia_remote_debug_protocol Bump file,process,process_runner (#136418) 2023-10-12 13:05:24 -07:00
integration_test make integration_test_driver_extended.dart support writeResponseData--(done) (#128382) 2023-10-17 22:17:09 +00:00
analysis_options.yaml