Build and Release App
Android/iOS/Linux/MacOS/Windows
In order to build and release your app, simply follow Flutter's documentation as if the Flutter+Rust app is a Flutter-only one.
Web
For the Web platform only, besides following Flutter's documentation, there are two extra things to do:
- Just like what is already done when developing the app, execute
flutter_rust_bridge_codegen build-web --release
- Add cross-origin headers to your web server configuration.