stacked_hooks 0.2.4 stacked_hooks: ^0.2.4 copied to clipboard
Classes that help you make use of hooks when using the stacked package
0.2.4 #
Bumps packages to latest.
flutter_hooks: ^0.20.5
provider: ^6.1.2
0.2.3 #
- Completes the revert to the
HookViewModelWidget
to remove breaking changes - Reverts breaking change and instead deprecates the
HookViewModelWidget
- Replaced HookViewModelWidget with StackedHookView
- Updated example app
- Updated README
- 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