Web App Coming Soon
The web version of the app will be embedded here using Flutter Web.
Integration Steps:
- Build your Flutter app for web:
flutter build web - Copy the build output to the
public/flutter directory - Option 1 (iframe): Embed the Flutter app using an iframe pointing to
/flutter/index.html - Option 2 (multi-view): Use Flutter's embedding API with
flutter_bootstrap.js
Back to Home