struct_data 0.1.0
struct_data: ^0.1.0 copied to clipboard
Bitwise operations, binary data manipulation, typed structs, and serialization utilities for Dart. Bit-level, byte-level, and word-level structured data with enum-keyed maps and binary codecs. Lightwe [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add struct_dataThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
struct_data: ^0.1.0Alternatively, 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:struct_data/struct_data.dart';