candid_dart_build 1.1.5 copy "candid_dart_build: ^1.1.5" to clipboard
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';
0
likes
160
points
85
downloads

Publisher

verified publisherastrox.io

Weekly Downloads

Provides [Dart Build System](https://github.com/dart-lang/build) builders for handling `.did` files and quickly generate Dart code corresponding to `.did` files.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

build, build_runner, candid_dart_core, path, recase

More

Packages that depend on candid_dart_build