Generate simulator builds for your Flutter app.Documentation Index
Fetch the complete documentation index at: https://docs.revyl.com/llms.txt
Use this file to discover all available pages before exploring further.
Quick Start
Flutter apps follow standard platform build processes:- iOS: Use Xcode (see Xcode guide)
- Android: Use Gradle (see Gradle guide)
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:
.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
- Navigate to Builds page
- Click Upload Build
- Select platform (iOS/Android)
- Drag and drop your build file
- Done!
Troubleshooting
Build fails with Flutter version error
Build fails with Flutter version error
Ensure you’re using Flutter 3.19.x or earlier:
iOS build fails
iOS build fails
Check Xcode configuration:
Android build fails
Android build fails
Clean and rebuild:
Can't find build file
Can't find build file
Check build output directory: