candid_dart 1.1.5 candid_dart: ^1.1.5 copied to clipboard
Provide [Dart Build System](https://github.com/dart-lang/build) builder and command-line tools to process `.did` files and quickly generate Dart code corresponding to the `.did` files.
Use this package as an executable
Install it
You can install the package from the command line:
dart pub global activate candid_dart
Use it
The package has the following executables:
$ did2dart
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add candid_dart
With Flutter:
$ flutter pub add candid_dart
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
candid_dart: ^1.1.5
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:candid_dart/builder.dart';