Releases: RobertBrunhage/flutter-riverpod-snippets
Releases · RobertBrunhage/flutter-riverpod-snippets
1.1.1
1.1.0
What's Changed
- Add open-vsx-ci-support by @RobertBrunhage in #16
- Revert "Add open-vsx-ci-support" by @RobertBrunhage in #17
- Revert "Revert "Add open-vsx-ci-support"" by @RobertBrunhage in #18
- Create LICENSE by @RobertBrunhage in #19
- Hook Consumer Stateful Widget addition. by @tardisalbiazul in #20
New Contributors
- @tardisalbiazul made their first contribution in #20
Full Changelog: 1.0.2...1.1.0
1.0.2
What's Changed
- update comsumer to match the latest version of riverpod by @tbm98 in #14
- bump version to 1.0.2 by @RobertBrunhage in #15
New Contributors
Full Changelog: 1.0.1...1.0.2
Version 1.0.1
What's Changed
- Fix
stfulConsumer
andstlessConsumer
snippet. - Remove
scopedProvider
snippet.
Full Changelog: 1.0.0...1.0.1
Version 1.0
What's Changed
- Added support for Riverpod V1.0 by @pythonhubpy in #8
- Version 1.0.0 by @RobertBrunhage in #9
Full Changelog: 0.2.1...1.0.0
Version 0.2.1
- Updated logo
Version 0.2.0
- Added support for Riverpod 0.14.0
- Added support for all types of Providers, ChangeNotifier and StateNotifier
Version 0.1.1
- Removes the snippet for
Computed
as that is now supported withProvider
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
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. |