aber 0.0.1 copy "aber: ^0.0.1" to clipboard
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 aber

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

dependencies:
  aber: ^0.0.1

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:aber/Aber.dart';
import 'package:aber/AberDemo.dart';
1
likes
140
points
25
downloads

Publisher

unverified uploader

Weekly Downloads

Aber is a state management package that is very simple to use and very efficient. Pseudo-Reactive, no ChangeNotifier or StreamSubscription are used..

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on aber