lazy_memo 0.0.1-nullsafety lazy_memo: ^0.0.1-nullsafety copied to clipboard
Supports creating cached objects that are initialized on demand. Null-safety must be enabled to use this package.
Lazy Memo - Example #
The file lazy_example.dart
(see folder bin) contains a short program that demonstrates how to
define and use lazy variables.
The program can be run in a terminal by navigating to the
folder lazy/example
in your local copy of this library and using the command:
$ dart --enable-experment=non-nullable bin/lazy_example.dart
Features and bugs #
Please file feature requests and bugs at the issue tracker.