flutter_screwdriver 3.2.0
flutter_screwdriver: ^3.2.0 copied to clipboard
A flutter package aiming to provide useful extensions and helper functions to ease and speed up development.
3.2.0 #
- Add
TickingWidgetfor creating widgets that need to update on a regular interval. - Add
TickingStateMixinfor creating stateful widgets that need to update on a regular interval.
3.1.0 #
- Add
Hoverablewidget for reacting to hover events in an easy way. - Add missing
AppLifecycleState.hiddenintroduced in Flutter 3.13. - Add more BuildContext extensions:
colorSchemeandtextTheme. - Add more state extensions:
colorSchemeandtextTheme. - Add
DirectionalAffinity,VerticalAffinityandHorizontalAffinitywidgets.
3.0.0 #
- Upgrade to Dart 3 and Flutter 3.10.0.
2.1.0 #
- Added
AppLifecycleObserverhelper mixin. - Added
tweenToandtweenFromextensions forintanddouble. - Added extensions for
Brightness. - Added brightness related extensions for
Color. - Added globalPaintBounds extension for
GlobalKey. - Fixed
hexStringextension forColor. It includes opacity in the hex string now. - Added
Hoverablewidget for reacting to hover events in an easy way. - Added
Gap|Spacewidget for painless creation of gaps between widgets with flex parents such as row, column, scrollable. - Upgraded dependencies.
2.0.0 #
- Migrated to null safety
1.0.0 #
- Initial Release