ilp_file_codec 1.0.17 copy "ilp_file_codec: ^1.0.17" to clipboard
ilp_file_codec: ^1.0.17 copied to clipboard

.ilp file codec.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ilp_file_codec

With Flutter:

 $ flutter pub add ilp_file_codec

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

dependencies:
  ilp_file_codec: ^1.0.17

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:ilp_file_codec/ilp_codec.dart';
import 'package:ilp_file_codec/protobuf/ilp.pb.dart';
import 'package:ilp_file_codec/protobuf/ilp.pbenum.dart';
import 'package:ilp_file_codec/protobuf/ilp.pbjson.dart';
import 'package:ilp_file_codec/protobuf/ilp.pbserver.dart';
0
likes
120
points
46
downloads

Publisher

unverified uploader

Weekly Downloads

.ilp file codec.

Repository (GitHub)

Documentation

API reference

License

MPL-2.0 (license)

Dependencies

archive, collection, crypto, path, protobuf, universal_io

More

Packages that depend on ilp_file_codec