binary_generator 0.0.20
binary_generator: ^0.0.20 copied to clipboard
Binary generator is a tool (set of generators) that allows generate a development code for the binary interop and binary types.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add binary_generatorThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
binary_generator: ^0.0.20Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.