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

A tiny library for Objects and Keys.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add object_key

With Flutter:

 $ flutter pub add object_key

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

dependencies:
  object_key: ^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_key/object_key.dart';
1
likes
130
points
31
downloads

Publisher

unverified uploader

Weekly Downloads

A tiny library for Objects and Keys.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on object_key