stacked_hooks 0.2.3-beta.1 stacked_hooks: ^0.2.3-beta.1 copied to clipboard
Classes that help you make use of hooks when using the stacked package
0.2.3-beta.1 #
- Reverts breaking change and instead deprevates the
HookViewModelWidget
0.2.3-beta.0 [BREAKING CHANGES] #
- Replaced HookViewModelWidget with StackedHookView
- Updated example app
- Updated README
Migrate from 0.2.2 -> 0.2.3-beta.0
- HookViewModelWidget -> StackedHookView
0.2.2 #
- Updated flutter_hooks to 0.18.2+1
0.2.1+2 #
- Updates Example's kotlin version to 1.4.10
- Updates Example's Android Embedding to Version 2
0.2.1+1 #
- Upgraded the dependency on
provider
to 6.0.0
0.2.1 #
flutter_hooks
: ^0.16.0 -> ^0.17.0
0.1.4 #
flutter_hooks
: ^0.15.0 -> ^0.16.0provider
: ^4.3.1 -> ^5.0.0
0.1.3+2 #
- Update flutter_hooks 0.15.0
0.1.3+1 #
- Update flutter_hooks
0.1.3 #
- Update flutter_hooks and provider
0.1.2 #
- Hook widget has a const constructor
0.1.1+3 #
- Changelog style updates
0.1.1+2 #
- Added key to HookViewModelWidget constructor
0.1.1+1 #
- Updates webpage for package
0.1.1 #
- Export Hooks file
0.1.0 #
- Adds HookViewModelWidget