object_reference 1.1.0 copy "object_reference: ^1.1.0" to clipboard
object_reference: ^1.1.0 copied to clipboard

A simple object reference system in dart.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add object_reference

With Flutter:

 $ flutter pub add object_reference

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

dependencies:
  object_reference: ^1.1.0

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

Import it

Now in your Dart code, you can use:

import 'package:object_reference/object_reference.dart';
3
likes
110
pub points
58%
popularity

Publisher

unverified uploader

A simple object reference system in dart.

Repository (GitLab)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

More

Packages that depend on object_reference