jolt_setup 3.0.0 copy "jolt_setup: ^3.0.0" to clipboard
jolt_setup: ^3.0.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 Flutter:

 $ flutter pub add jolt_setup

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

dependencies:
  jolt_setup: ^3.0.0

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:jolt_setup/jolt_setup.dart';
0
likes
160
points
176
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

Documentation

API reference

License

MIT (license)

Dependencies

flutter, jolt_flutter, meta, shared_interfaces

More

Packages that depend on jolt_setup