jaspr_current 0.1.2
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_currentWith Flutter:
$ flutter pub add jaspr_currentThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
jaspr_current: ^0.1.2Alternatively, 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';