data_serializer 1.2.1 data_serializer: ^1.2.1 copied to clipboard
Portable Dart package to handle data serialization/deserialization efficiently, including a dynamic BytesBuffer to read/write data.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add data_serializer
With Flutter:
$ flutter pub add data_serializer
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
data_serializer: ^1.2.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:data_serializer/data_serializer.dart';