aber 0.0.1
aber: ^0.0.1 copied to clipboard
Aber is a state management package that is very simple to use and very efficient. Pseudo-Reactive, no ChangeNotifier or StreamSubscription are used..
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add aberThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
aber: ^0.0.1Alternatively, 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:aber/Aber.dart';
import 'package:aber/AberDemo.dart';