atomly 0.1.0
atomly: ^0.1.0 copied to clipboard
Atomic state management for Dart and Flutter. One primitive — Atom<T> — handles sync state, async state, computed values, families, and side effects with zero boilerplate, zero code generation, and bu [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add atomlyWith Flutter:
$ flutter pub add atomlyThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
atomly: ^0.1.0Alternatively, 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:atomly/atomly.dart';