Flutter Riverpod, Hooks and ValueNotifier missing extensions
-
ValueNotifier
Extensions -
StateNotifier
Extensions -
FutureProvider
Extensions -
useGlobalKey
Extensions
In order to use this package, you need to add riverpod_hook_extensions
as a dependency in your pubspec.yaml
file.
dependencies:
riverpod_hook_extensions: <latest_version>
flutter pub add riverpod_hook_extensions
Then, run flutter pub get
to fetch the package.
For more details, check out the documentation.
Contributions are welcome! If you find any issues or have suggestions, please create a new issue or submit a pull request.
This project is licensed under the MIT License.