- Add
TickingWidget
for creating widgets that need to update on a regular interval. - Add
TickingStateMixin
for creating stateful widgets that need to update on a regular interval.
- Add
Hoverable
widget for reacting to hover events in an easy way. - Add missing
AppLifecycleState.hidden
introduced in Flutter 3.13. - Add more BuildContext extensions:
colorScheme
andtextTheme
. - Add more state extensions:
colorScheme
andtextTheme
. - Add
DirectionalAffinity
,VerticalAffinity
andHorizontalAffinity
widgets.
- Upgrade to Dart 3 and Flutter 3.10.0.
- Added
AppLifecycleObserver
helper mixin. - Added
tweenTo
andtweenFrom
extensions forint
anddouble
. - Added extensions for
Brightness
. - Added brightness related extensions for
Color
. - Added globalPaintBounds extension for
GlobalKey
. - Fixed
hexString
extension forColor
. It includes opacity in the hex string now. - Added
Hoverable
widget for reacting to hover events in an easy way. - Added
Gap
|Space
widget for painless creation of gaps between widgets with flex parents such as row, column, scrollable. - Upgraded dependencies.
- Migrated to null safety
- Initial Release