The core of the Simple Ref package:
Package | Pub |
---|---|
simple_ref |
Ref Core
A simple and lightweight service locator reference library with overrides support for Dart.
Installation
dart pub add ref_core
Usage
import 'package:ref_core.dart';
final refCounter = Ref(() => 0);
final counter = refCounter();