ilp_file_codec 1.0.17
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_codecWith Flutter:
$ flutter pub add ilp_file_codecThis 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.17Alternatively, 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';