Skip to content

Releases: RobertBrunhage/flutter-riverpod-snippets

1.1.1

18 Jun 07:00
f5c82ce
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.0...1.1.1

1.1.0

26 Jan 10:59
c4449bf
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @tardisalbiazul made their first contribution in #20

Full Changelog: 1.0.2...1.1.0

1.0.2

24 Jan 08:32
82da736
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @tbm98 made their first contribution in #14

Full Changelog: 1.0.1...1.0.2

Version 1.0.1

04 Dec 08:29
Compare
Choose a tag to compare

What's Changed

  • Fix stfulConsumer and stlessConsumer snippet.
  • Remove scopedProvider snippet.

Full Changelog: 1.0.0...1.0.1

Version 1.0

05 Nov 16:57
00bfaad
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.1...1.0.0

Version 0.2.1

06 Jul 17:35
0300057
Compare
Choose a tag to compare
  • Updated logo

Version 0.2.0

06 Jul 17:19
fcc0315
Compare
Choose a tag to compare
  • Added support for Riverpod 0.14.0
  • Added support for all types of Providers, ChangeNotifier and StateNotifier

Version 0.1.1

18 Aug 14:43
5f6add0
Compare
Choose a tag to compare
  • Removes the snippet for Computed as that is now supported with Provider

These are now the supported snippets:

Shortcut Description
consumer Creates the Consumer widget
family Creates a provider with the family prefix.
provider Creates a provider and lets you prefix it with whatever, for example Stream.

Initial release

07 Jul 14:57
Compare
Choose a tag to compare

Contains the following snippets:

Shortcut Description
computed Creates a computed
consumer Creates the Consumer widget
family Creates a family provider and lets you prefix it with whatever, for example Computed.
provider Creates a provider and lets you prefix it with whatever, for example Stream.