ref_core 1.0.1 ref_core: ^1.0.1 copied to clipboard
A simple and lightweight service locator reference library with overrides support for Dart.
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();