Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).