Skip to content

KonstantinKai/proto-flutter-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter plugin

Flutter WASM plugin for proto.

Installation

Add the following to .prototools.

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

Or

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

Configuration

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

Notes

  • Flutter plugin supports version aliases like stable, beta, latest
  • Flutter plugin does not support built-in channel switching feature, upgrade and downgrade commands. It provides only versions for stable and beta channels with Non zero MAJOR part and respects arch and os compatibility.

Hooks

Flutter plugin does not support hooks.

Contributing

Build the plugin:

cargo build --target wasm32-wasip1

About

A proto WASM plugin for Flutter.

Resources

License

Stars

Watchers

Forks

Packages

No packages published