awesome_flutter_extensions 2.0.1
awesome_flutter_extensions: ^2.0.1 copied to clipboard
A Flutter Extension to remove boilerplate when accessing ancestor context properties
2.0.1 #
- CHORE: Set min Flutter SDK version to 3.35.0.
2.0.0 #
- BREAKING CHANGE: Breaking changes introduced by Flutter 3.35 which renamed
InputDecorationTheme
intoInputDecorationThemeData
,AppBarTheme
intoAppBarThemeData
, andBottomAppBarTheme
intoBottomAppBarThemeData
(thanks to @milesegan).
1.3.0 #
- FIX: Breaking changes introduced by Flutter 3.27.0
1.2.0 #
- FEAT: Add
ordinal
,roman
and space extensions (thanks to @athishaves)
1.1.2 #
- BREAKING Remove the deprecated
textScaleFactor
in favor oftextScaler
.
1.1.1 #
.separatedBy()
now returns a list by default.
1.1.0 #
- Rename
horizontal
topaddingHorizontal
and so on
1.0.0+1 #
- Update README
1.0.0 #
- Fixes for Dart 3
- Add more extensions, see README
0.0.1+2 #
- Fix typo on README
- Add a longer description to the pubspec.yaml
0.0.1+1 #
- Update README
0.0.1 #
Initial Release