Back to Flutter Rust Bridge

Build and Release App

website/docs/guides/how-to/build-release.md

2.12.0567 B
Original Source

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:

  1. Just like what is already done when developing the app, execute flutter_rust_bridge_codegen build-web --release
  2. Add cross-origin headers to your web server configuration.