candid_dart_build 1.1.5 candid_dart_build: ^1.1.5 copied to clipboard
Provides [Dart Build System](https://github.com/dart-lang/build) builders for handling `.did` files and quickly generate Dart code corresponding to `.did` files.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add candid_dart_build
With Flutter:
$ flutter pub add candid_dart_build
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
candid_dart_build: ^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_build/builder.dart';