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();

Libraries

ref_core
A simple and lightweight service locator library for Dart.