lazily 0.29.0
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 lazilyUse 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 lazilyWith Flutter:
$ flutter pub add lazilyThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
lazily: ^0.29.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:lazily/lazily.dart';