Skip to content

KonstantinKai/proto-dart-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dart plugin

Dart WASM plugin for proto.

Installation

NOTE: if you are using flutter tool you don't need to install this tool in most cases

Add the following to .prototools.

[plugins]
dart = "github://KonstantinKai/proto-dart-plugin"

Or

proto plugin add dart github://KonstantinKai/proto-dart-plugin

Configuration

Dart plugin can be configured with a .prototools file.

  • dist-url (string) - The dist URL to download dart SDK archives.
[tools.dart]
dist-url = "https://storage.googleapis.com/dart-archive/channels/{channel}/release/{version}/sdk/dartsdk-{platform}-{arch}-release.zip" # default

Notes

  • Dart plugin supports version aliases like stable, beta, latest
  • Dart plugin provides only versions for stable and beta channels with Non zero MAJOR part and respects arch and os compatibility.

Hooks

Dart plugin does not support hooks.

Contributing

Build the plugin:

cargo build --target wasm32-wasip1

About

A proto WASM plugin for Dart.

Resources

License

Stars

Watchers

Forks

Packages

No packages published