Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/masreplay/riverpod_hook_extensions
Riverpod, Hooks, and ValueNotifier extensions for Flutter
https://github.com/masreplay/riverpod_hook_extensions
dart flutter hook riverpod value-notifier
Last synced: 21 days ago
JSON representation
Riverpod, Hooks, and ValueNotifier extensions for Flutter
- Host: GitHub
- URL: https://github.com/masreplay/riverpod_hook_extensions
- Owner: masreplay
- License: mit
- Created: 2023-11-23T14:57:19.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-09-15T07:11:48.000Z (about 2 months ago)
- Last Synced: 2024-09-15T10:27:48.348Z (about 2 months ago)
- Topics: dart, flutter, hook, riverpod, value-notifier
- Language: Dart
- Homepage: https://pub.dev/packages/riverpod_hook_extensions
- Size: 49.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Riverpod Hooks ValueNotifier Extensions
[![Pub](https://img.shields.io/pub/v/riverpod_hook_extensions.svg)](https://pub.dev/packages/riverpod_hook_extensions)
[![GitHub stars](https://img.shields.io/github/stars/masreplay/riverpod_hook_extensions.svg?style=social)](https://github.com/masreplay/riverpod_hook_extensions)Flutter Riverpod, Hooks and ValueNotifier missing extensions
## Features
- [x] `ValueNotifier` Extensions
- [x] `StateNotifier` Extensions
- [x] `FutureProvider` Extensions
- [x] `useGlobalKey` Extensions## Getting Started
In order to use this package, you need to add `riverpod_hook_extensions` as a dependency in your `pubspec.yaml` file.
```yaml
dependencies:
riverpod_hook_extensions:
``````bash
flutter pub add riverpod_hook_extensions
```Then, run `flutter pub get` to fetch the package.
## Documentation
For more details, check out the [documentation](https://pub.dev/documentation/riverpod_hook_extensions/latest/).
## Contributing
Contributions are welcome! If you find any issues or have suggestions, please create a new issue or submit a pull request.
## License
This project is licensed under the [MIT License](./LICENSE).