lazily 0.9.0 copy "lazily: ^0.9.0" to clipboard
lazily: ^0.9.0 copied to clipboard

Lazy reactive primitives for Dart — Slots, Cells, and Signals with automatic dependency tracking and cache invalidation, plus the lazily-spec wire protocol for mirroring graph state across processes a [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add lazily

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

dependencies:
  lazily: ^0.9.0

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:lazily/lazily.dart';
0
likes
0
points
1.58k
downloads

Publisher

unverified uploader

Weekly Downloads

Lazy reactive primitives for Dart — Slots, Cells, and Signals with automatic dependency tracking and cache invalidation, plus the lazily-spec wire protocol for mirroring graph state across processes and languages. Pure Dart: Flutter, web, and native.

Repository (GitHub)
View/report issues

Topics

#reactive #signals #reactive-programming #state #flutter

License

unknown (license)

More

Packages that depend on lazily