jolt_setup 3.2.0 copy "jolt_setup: ^3.2.0" to clipboard
jolt_setup: ^3.2.0 copied to clipboard

Setup Widget API and Flutter hooks for building reactive widgets with Jolt signals, featuring automatic resource cleanup and lifecycle management.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add jolt_setup

With Flutter:

 $ flutter pub add jolt_setup

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

dependencies:
  jolt_setup: ^3.2.0

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_setup/jolt_setup.dart';
1
likes
0
points
508
downloads

Publisher

verified publishervowdemon.com

Weekly Downloads

Setup Widget API and Flutter hooks for building reactive widgets with Jolt signals, featuring automatic resource cleanup and lifecycle management.

Homepage
Repository (GitHub)
View/report issues

Topics

#jolt #state-management #signals #flutter

License

unknown (license)

Dependencies

flutter, jolt_flutter, meta, shared_interfaces

More

Packages that depend on jolt_setup