Releases: Nash0x7E2/awesome-flutter-snippets
Releases · Nash0x7E2/awesome-flutter-snippets
Update 4.0.0
- Support for Flutter v3
- Breaking: Change
testWdigets
tof-testWidgets
to better align with function snippets - Support for group test function
f-group
- Support for app localisation import
importAL
- Migrate to super initialisers
- Fixed Lint issue - Added const to applicable widgets
Update 2.0.4
Add Flutter test import (Thank you @arthurdenner #16)
Support for unit and widget test functions (Thank you @TNorbury #20)
Added support for Listview.Separated (Thank you @timilehinjegede #26)
Fixed inheritedW (Thank you @ianwith #22)
Updated extension to v2.0.3
- Support for BehaviorSubject (Thanks @sinadarvi #7)
- Support for TweenAnimationBuilder
- Support for ValueListenableBuilder
- Fixed various bug fixes and typos