packme 1.1.5 copy "packme: ^1.1.5" to clipboard
packme: ^1.1.5 copied to clipboard

outdated

Simple and extremely fast binary serialization using classes generated from JSON manifest files.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add packme

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

dependencies:
  packme: ^1.1.5

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:packme/packme.dart';
17
likes
0
points
16
downloads

Publisher

verified publisherminimagic.org

Weekly Downloads

Simple and extremely fast binary serialization using classes generated from JSON manifest files.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

More

Packages that depend on packme