flutter_extensionz 5.1.1
flutter_extensionz: ^5.1.1 copied to clipboard
A set of Flutter extensions I use in various projects. Including BuildContext, Color extensions and more.
Flutter Extensionz #
5.1.1 #
- Add support for
rgbstrings withinStringExtension.toColor.
5.0.0 #
- Update dependencies.
- Raise minimum dart version.
4.4.0 #
- Add
restorablePushandrestorablePushAndRemovetoNavigatorExtension. - Introduce
AppLifecycleStateExtension.
4.3.3 #
- Preserve yMd, from
TimeOfDay, when converting to datetime.
4.3.2 #
- Add nullable
formattoTimeOfDayExtension.
4.3.1 #
- Add nullable
TimeOfDayandDateTimeextensions.
4.3.0 #
- Add
TimeOfDayExtension. - Add
isKeyboardVisibletoMediaQueryExtension.
4.2.2 #
- Add
onValuecallback toNavigatorExtension.push/pushRoute/safePush.
4.2.1 #
- Add
onCanceltoshowDialog. - Fix dialog callback signatures.
4.2.0 #
- Add
showDialogtoBuildContextExtension.
4.1.0 #
- Add
isDark/isLightconvenience getters toColorExtension. - Add
insertmethod toTextEditingControllerExtension. - Utilize optimized
MediaQuerymethods. - Adjust default params for
showDatePicker.
4.0.1 #
- Hotfix
showAlertDialogreturn value.
4.0.0 #
- BREAKING:
- Remove
Intlrelated extensions and move to a separate repository.
- Remove
3.1.2 #
- Add
onCancelandonAcceptparams toshowAlertDialog; - Update some comments.
3.1.1 #
- Use
ThemeData.estimateBrightnessForColormethod instead when gettingColorExtension.brightness.
3.1.0 #
- Update dependency constraints.
3.0.7 #
- Bump dependencies.
3.0.6 #
- Hotfix alert dialog return value.
3.0.5 #
- Revert closeMessengers on "safe" navigators.
3.0.3 #
- Add
pushRouteandpopRouteto navigator. - Add
closeMessengersto scaffold messenger.
3.0.2 #
- Add fullscreenDialog option to "push" navigator.
3.0.1 #
- Add "safe" navigators.
3.0.0 #
- BREAKING:
- Remove dependency on baked in localizations in favor of user provided ones.
2.2.0 #
- Add
TextEditingControllerExtension.
2.1.0 #
- Add currency formatter.
- Update comments.
2.0.1 #
- Bug fix and modify example.
2.0.0 #
- BREAKING:
- Ensure only the
flutter_extensionz.dartfile can be imported.
- Ensure only the
1.0.3 #
- Use new lint rules.
1.0.2 #
- Fix undefined getter.
1.0.1 #
- Update pubspec and license.
1.0.0 #
- Initial release.