byte_extensions 0.0.3 copy "byte_extensions: ^0.0.3" to clipboard
byte_extensions: ^0.0.3 copied to clipboard

Extensions for handling common types and converting them to/from byte arrays

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add byte_extensions

With Flutter:

 $ flutter pub add byte_extensions

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

dependencies:
  byte_extensions: ^0.0.3

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:byte_extensions/byte_extensions.dart';
4
likes
140
pub points
57%
popularity

Publisher

verified publisherflutter.institute

Extensions for handling common types and converting them to/from byte arrays

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

More

Packages that depend on byte_extensions