Skip to main content

Run and Test Projects

There are 4 ways to test your project in FlutterFlow.

  • Preview: This mode allows for quick testing of the user interface on a virtual device without requiring a full build.
  • Test: This mode runs a web version of your app with Flutter's "Hot Reload" feature, enabling you to visualize changes immediately.
  • Run: This mode allows for testing a fully functional version of your app with live data.
  • Local Run: This feature, available in the FlutterFlow Desktop App, lets you test your app on an emulator or physical mobile device.