jaspr_current 0.1.2 copy "jaspr_current: ^0.1.2" to clipboard
jaspr_current: ^0.1.2 copied to clipboard

A simple yet powerful state management library for Jaspr. Keeps your component build methods clean, with ZERO dependencies on 3rd-Party packages.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add jaspr_current

With Flutter:

 $ flutter pub add jaspr_current

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

dependencies:
  jaspr_current: ^0.1.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:jaspr_current/jaspr_current.dart';
1
likes
160
points
9
downloads

Documentation

API reference

Publisher

verified publisherjustin-shep.dev

Weekly Downloads

A simple yet powerful state management library for Jaspr. Keeps your component build methods clean, with ZERO dependencies on 3rd-Party packages.

Repository (GitHub)
View/report issues

Topics

#state-management #jaspr #web

License

MIT (license)

Dependencies

current_core, jaspr

More

Packages that depend on jaspr_current