lazily 0.29.0 copy "lazily: ^0.29.0" to clipboard
lazily: ^0.29.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 an executable

Install it

You can install the package from the command line:

dart pub global activate lazily

Use it

The package has the following executables:

$ lazily-interop-peer

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add lazily

With Flutter:

 $ flutter 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.29.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:lazily/lazily.dart';
0
likes
130
points
1.58k
downloads

Documentation

API reference

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

MIT (license)

More

Packages that depend on lazily