stateplus 0.1.0-dev.1
stateplus: ^0.1.0-dev.1 copied to clipboard
A minimal, high-performance reactive state management and navigation solution for Flutter. StatePlus is designed to eliminate boilerplate, avoid unnecessary rebuilds, and unify state + navigation int [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add stateplusWith Flutter:
$ flutter pub add stateplusThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
stateplus: ^0.1.0-dev.1Alternatively, 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:stateplus/stateplus.dart';