entity_format 0.0.47 copy "entity_format: ^0.0.47" to clipboard
entity_format: ^0.0.47 copied to clipboard

A code-generation-less serialization library.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add entity_format

With Flutter:

 $ flutter pub add entity_format

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

dependencies:
  entity_format: ^0.0.47

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:entity_format/entity_format.dart';
0
likes
100
points
125
downloads

Documentation

API reference

Publisher

verified publisherdreamscenter.com

Weekly Downloads

A code-generation-less serialization library.

License

MIT (license)

Dependencies

collection, convert, kt_dart, protobuf

More

Packages that depend on entity_format