ref_core 1.0.0 ref_core: ^1.0.0 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 --dev ref_core
Usage #
import 'package:ref_core.dart';
final refCounter = Ref(() => 0);
final counter = refCounter();