Skip to main content

πŸ”— web-deployment

1. Prepare Your App​

  • Test on Web: Use FlutterFlow’s "Run" feature to preview your app on the web.
  • Responsive Design: Ensure your app looks good on all screen sizes using FlutterFlow’s web preview.

2. Enable Web Deployment​

  • Go to the Deploy section in FlutterFlow and select Web.
  • Optionally, set up a Custom Domain by updating DNS records.
  • Build the Web App and let FlutterFlow package it.

3. Deploy to Hosting​

  • Use FlutterFlow Hosting: Click Deploy > Publish to host your app directly.
  • External Hosting: Download the source code and host it on services like Firebase, Netlify, or Vercel.

4. Common Issues​

  • Ensure API calls support CORS.
  • Verify all resources (images/fonts) are included.
  • Test UI for responsiveness on different screens.

5. Final Steps​

  • Share the generated URL or set up a custom domain.
  • Test on different browsers.