v0.3.0
Pre-release
Pre-release
⚠ BREAKING CHANGES
- change SDK constraint to
>=2.12.0-0 <3.0.0
to enable null-safety - navigation: replace
BuildContext.modalRoute
withBuildContext.getModalRoute<T>()
to return a strongly typedModalRoute<T>?
(instead ofModalRoute<dynamic>?
) - widgets/buttons: replace
FancyTextButton
,FancyOutlineButton
, andFancyRaisedButton
withFancyFlatButton
,FancyOutlinedButton
, andFancyElevatedButton
, respectively- These buttons no longer accept individual style parameters like
textColor
,color
, orshape
, but instead accept an optionalButtonStyle? style
, just like the original Material Design buttons
- These buttons no longer accept individual style parameters like