ref_core 1.0.0 copy "ref_core: ^1.0.0" to clipboard
ref_core: ^1.0.0 copied to clipboard

A simple and lightweight service locator reference library with overrides support for Dart.

Pub Star on Github License: MIT

The core of the Simple Ref package: #

Package Pub
simple_ref pub package

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();
1
likes
160
pub points
18%
popularity

Publisher

verified publishereronsoft.com

A simple and lightweight service locator reference library with overrides support for Dart.

Homepage
Repository (GitHub)
View/report issues

Topics

#state-management #dependency-injection #reference #ref

Documentation

API reference

License

MIT (license)

More

Packages that depend on ref_core