Flutter WASM plugin for proto.
Add the following to .prototools
.
[plugins]
flutter = "github://KonstantinKai/proto-flutter-plugin"
Or
proto plugin add flutter github://KonstantinKai/proto-flutter-plugin
Flutter plugin can be configured with a .prototools
file.
base-url
(string) - The base URL to download Flutter SDK archives and version fetching.
[tools.flutter]
base-url = "https://storage.googleapis.com/flutter_infra_release/releases" # default
- Flutter plugin supports version aliases like
stable
,beta
,latest
- Flutter plugin does not support built-in channel switching feature,
upgrade
anddowngrade
commands. It provides only versions for stable and beta channels with Non zero MAJOR part and respects arch and os compatibility.
Flutter plugin does not support hooks.
Build the plugin:
cargo build --target wasm32-wasip1