jolt_hooks 1.0.2 copy "jolt_hooks: ^1.0.2" to clipboard
jolt_hooks: ^1.0.2 copied to clipboard

Flutter hooks integration for the Jolt reactive state management system, providing declarative hooks for signals, computed values, effects, and more.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add jolt_hooks

With Flutter:

 $ flutter pub add jolt_hooks

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

dependencies:
  jolt_hooks: ^1.0.2

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

Import it

Now in your Dart code, you can use:

import 'package:jolt_hooks/jolt_hooks.dart';
1
likes
0
points
457
downloads

Publisher

verified publishervowdemon.com

Weekly Downloads

Flutter hooks integration for the Jolt reactive state management system, providing declarative hooks for signals, computed values, effects, and more.

Homepage
Repository (GitHub)
View/report issues

Topics

#jolt #state-management #signals #hook

License

unknown (license)

Dependencies

flutter, flutter_hooks, jolt

More

Packages that depend on jolt_hooks