bindgo 0.2.0 copy "bindgo: ^0.2.0" to clipboard
bindgo: ^0.2.0 copied to clipboard

Use Dart to call Shell, complete the work of compiling Golang CGO code into a so, dll, a, WASM, and etc. And place it in the corresponding source file directory of each Flutter platform.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add bindgo

With Flutter:

 $ flutter pub add bindgo

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  bindgo: ^0.2.0

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:bindgo/bindgo.dart';
7
likes
90
pub points
7%
popularity

Publisher

unverified uploader

Use Dart to call Shell, complete the work of compiling Golang CGO code into a so, dll, a, WASM, and etc. And place it in the corresponding source file directory of each Flutter platform.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

path, process_run, yaml

More

Packages that depend on bindgo