For Flutter applications, we recommend creating and uploading debug builds to Revyl. Debug builds allows Revyl to extract a more accurate view hierarchy. Learn more about debug buiklds in the official Flutter documentation.

For iOS Builds

Follow the standard Xcode build process. See our Xcode for step-by-step instructions.

For Android Builds

Follow the standard Gradle build process. See our Gradle (Android Studio) for step-by-step instructions.

Supported Flutter Versions

Revyl supports Flutter versions up to 3.19.x. Please ensure your Flutter project uses a compatible version:
# Check your Flutter version
flutter --version

# Upgrade if needed (within supported range)
flutter upgrade

Next Steps

Once you have your Flutter build files:
  1. iOS: Locate your .app file in the build directory
  2. Android: Locate your .apk file in the outputs directory
  3. Proceed to Uploading your app

Additional Resources

Need help? Contact our support team at [email protected].