simple_ref 1.0.1 copy "simple_ref: ^1.0.1" to clipboard
simple_ref: ^1.0.1 copied to clipboard

A simple, lightweight and auto disposable service locator reference library with overrides support for Flutter.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add simple_ref

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  simple_ref: ^1.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:simple_ref/simple_ref.dart';
2
likes
160
pub points
37%
popularity

Publisher

verified publishereronsoft.com

A simple, lightweight and auto disposable service locator reference library with overrides support for Flutter.

Homepage
Repository (GitHub)
View/report issues

Topics

#service-locator #dependency-injection #reference #ref #testable

Documentation

API reference

License

MIT (license)

Dependencies

flutter, ref_core

More

Packages that depend on simple_ref