hybrid_manager 0.0.5 copy "hybrid_manager: ^0.0.5" to clipboard
hybrid_manager: ^0.0.5 copied to clipboard

Hybrid Manager is a robust, lightweight state management library for Flutter, combining the best of GetX and Riverpod patterns. It offers reactive programming, class-based state notifiers, dependency [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add hybrid_manager

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  hybrid_manager: ^0.0.5

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:hybrid_manager/hybrid_manager.dart';
1
likes
140
points
119
downloads

Publisher

unverified uploader

Weekly Downloads

Hybrid Manager is a robust, lightweight state management library for Flutter, combining the best of GetX and Riverpod patterns. It offers reactive programming, class-based state notifiers, dependency injection, hot-reload support, and code generation tooling for scalable app development.

Repository (GitHub)
View/report issues

Topics

#state-management #getx #riverpod #dependency-injection #code-generation

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, meta

More

Packages that depend on hybrid_manager