ed_manager 1.0.1 copy "ed_manager: ^1.0.1" to clipboard
ed_manager: ^1.0.1 copied to clipboard

ED Manager is a Dart package designed to efficiently encode and decode complex data structures into a compact binary format. This utility is particularly useful for applications that need to serialize [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ed_manager

With Flutter:

 $ flutter pub add ed_manager

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

dependencies:
  ed_manager: ^1.0.1

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:ed_manager/ed_manager.dart';
2
likes
120
points
32
downloads

Publisher

unverified uploader

Weekly Downloads

ED Manager is a Dart package designed to efficiently encode and decode complex data structures into a compact binary format. This utility is particularly useful for applications that need to serialize and deserialize data with high performance and minimal footprint, such as data storage, network transmission, and inter-process communication.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on ed_manager