entities 0.0.2 copy "entities: ^0.0.2" to clipboard
entities: ^0.0.2 copied to clipboard

Provide utility classes to operate entities in an immutable way.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add entities

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

dependencies:
  entities: ^0.0.2

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:entities/entities.dart';
0
likes
120
pub points
32%
popularity

Publisher

verified publishersora.fukui.jp

Provide utility classes to operate entities in an immutable way.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (LICENSE)

Dependencies

equatable, flutter

More

Packages that depend on entities