candid_dart 1.1.5 copy "candid_dart: ^1.1.5" to clipboard
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
copied to clipboard

Use it

The package has the following executables:

$ did2dart
copied to clipboard

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add candid_dart
copied to clipboard

With Flutter:

 $ flutter pub add candid_dart
copied to clipboard

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
copied to clipboard

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';
copied to clipboard
0
likes
150
points
65
downloads

Publisher

verified publisherastrox.io

Weekly Downloads

2024.09.23 - 2025.04.07

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.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

build, candid_dart_cli, candid_dart_core

More

Packages that depend on candid_dart