identifiable 0.5.3 copy "identifiable: ^0.5.3" to clipboard
identifiable: ^0.5.3 copied to clipboard

Identifiable mixin and id-based collection helpers for Dart.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add identifiable

With Flutter:

 $ flutter pub add identifiable

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

dependencies:
  identifiable: ^0.5.3

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:identifiable/identifiable.dart';
1
likes
160
points
661
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Identifiable mixin and id-based collection helpers for Dart.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

canon_codec, meta

More

Packages that depend on identifiable