Skip to main content
Generate simulator builds for your Flutter app.

Quick Start

Flutter apps follow standard platform build processes:

Supported Versions

Revyl supports Flutter up to 3.19.x.

Build Mode

Use debug builds for better test reliability. Debug builds provide:
  • Accurate view hierarchy extraction
  • Better element identification
  • Faster execution

Build Locations

After building: iOS: .app file at:
Android: .apk file at:

Authenticated Test States

To skip login screens in Revyl tests, handle a test-only auth-bypass deep link in Dart and read Revyl launch variables through a platform channel or staging backend verification. See Auth Bypass Deep Links for the Flutter snippet.

Upload to Revyl

  1. Navigate to Builds page
  2. Click Upload Build
  3. Select platform (iOS/Android)
  4. Drag and drop your build file
  5. Done!

Troubleshooting

Ensure you’re using Flutter 3.19.x or earlier:
Check Xcode configuration:
Clean and rebuild:
Check build output directory:

Resources