dart_raw 0.2.0 copy "dart_raw: ^0.2.0" to clipboard
dart_raw: ^0.2.0 copied to clipboard

A package for writing, reading, and debugging binary data.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dart_raw

With Flutter:

 $ flutter pub add dart_raw

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

dependencies:
  dart_raw: ^0.2.0

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:dart_raw/raw.dart';
import 'package:dart_raw/test_helpers.dart';
0
likes
150
points
27
downloads

Publisher

unverified uploader

Weekly Downloads

A package for writing, reading, and debugging binary data.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

collection, fixnum, matcher, meta

More

Packages that depend on dart_raw