Skip to content

Releases: Nash0x7E2/awesome-flutter-snippets

Update 4.0.0

31 Jul 22:40
d84d628
Compare
Choose a tag to compare
  • Support for Flutter v3
  • Breaking: Change testWdigets to f-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

02 Jul 22:12
Compare
Choose a tag to compare

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

20 Oct 17:29
Compare
Choose a tag to compare
  • Support for BehaviorSubject (Thanks @sinadarvi #7)
  • Support for TweenAnimationBuilder
  • Support for ValueListenableBuilder
  • Fixed various bug fixes and typos

Updated extension to v1.0.6

24 Feb 19:37
Compare
Choose a tag to compare
  • Added support for debug print
  • Added support for to string
  • Added support for importing Cupertino package
  • Added support for importing Material package (PR #2)
  • Added child logic to Stateless and Stateful widgets snippets (PR #3)