flutter/packages
Greg Spencer 365f577c70
Normalize assert checking of clipBehavior (#38568)
I noticed that we were pretty inconsistent with the way that we checked the value of clipBehavior in the framework, so I normalized the usages and updated docs where necessary.

This is a breaking change if you used to pass null explicitly to FlatButton, OutlineButton or RaisedButton constructors, expecting to get Clip.none. It will now assert if you do that. Existing implementations that pass null implicitly by not specifying clipBehavior won't need to change their call sites. It always implicitly defaulted to Clip.none before, and it will continue to do that, it's only places where it was explicitly set to null in order to get the implicit default that it will fail.
2019-08-23 14:08:04 -07:00
..
flutter Normalize assert checking of clipBehavior (#38568) 2019-08-23 14:08:04 -07:00
flutter_driver Update package versions to latest (#39013) 2019-08-21 19:15:33 -07:00
flutter_goldens Update package versions to latest (#39013) 2019-08-21 19:15:33 -07:00
flutter_goldens_client Update dependencies (#37971) 2019-08-10 12:38:20 -07:00
flutter_localizations Update package versions to latest (#39013) 2019-08-21 19:15:33 -07:00
flutter_test Add MediaQuery.systemGestureInsets to support Android Q (#37416) 2019-08-22 00:34:11 -04:00
flutter_tools refactor cocoapods validator to detect broken install (#38560) 2019-08-23 09:21:09 -07:00
fuchsia_remote_debug_protocol Update package versions to latest (#39013) 2019-08-21 19:15:33 -07:00
analysis_options.yaml Revert "Roll engine to aed6b8c46b05c7cee4506a9757dd9ea1b40583c2." (#23170) 2018-10-16 12:57:07 -07:00