atomly 0.1.1 copy "atomly: ^0.1.1" to clipboard
atomly: ^0.1.1 copied to clipboard

Atomic state management for Dart and Flutter. One Atom<T> primitive handles sync, async, computed, families, and effects with no boilerplate or codegen.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add atomly

With Flutter:

 $ flutter pub add atomly

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

dependencies:
  atomly: ^0.1.1

Alternatively, 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';
0
likes
160
points
33
downloads

Documentation

API reference

Publisher

verified publisherzakriakhan.com

Weekly Downloads

Atomic state management for Dart and Flutter. One Atom<T> primitive handles sync, async, computed, families, and effects with no boilerplate or codegen.

Homepage
Repository (GitHub)
View/report issues

Topics

#state #state-management #reactive #atom #async

License

MIT (license)

Dependencies

meta

More

Packages that depend on atomly