atomly 0.1.0 copy "atomly: ^0.1.0" to clipboard
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 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.0

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
140
points
36
downloads

Documentation

API reference

Publisher

verified publisherzakriakhan.com

Weekly Downloads

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 built-in loading/error handling.

Homepage
Repository (GitHub)
View/report issues

Topics

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

License

MIT (license)

Dependencies

meta

More

Packages that depend on atomly