Web App Coming Soon

The web version of the app will be embedded here using Flutter Web.

Integration Steps:

  1. Build your Flutter app for web: flutter build web
  2. Copy the build output to the public/flutter directory
  3. Option 1 (iframe): Embed the Flutter app using an iframe pointing to /flutter/index.html
  4. Option 2 (multi-view): Use Flutter's embedding API with flutter_bootstrap.js
Back to Home