Skip to content

Latest commit

 

History

History
90 lines (57 loc) · 2.36 KB

File metadata and controls

90 lines (57 loc) · 2.36 KB

Uploading Screenshots with Fastlane

Did you know?

Rather than uploading your app store screenshots manually, you can automate the process with Fastlane!

Here's how 👇


Before uploading to the App Store, fastlane will show a preview so you can check if everything looks good.

You can skip this by passing force: true to the upload_to_app_store lane (useful for non-interactive CI workflows).


Video Preview

Here's a preview showing how to export screenshots from Figma and upload them with Fastlane, in less than one minute:


Flutter in Production

My latest course includes a whole module about screenshot automation, covering:

  • ✅ Tips for better screenshots
  • ✅ Capturing screenshots with Maestro
  • ✅ Editing them with Figma
  • ✅ Uploading them with Fastlane (locally & on CI)

Learn more here:


Previous Next
Using Semantics Identifiers for UI Testing Hot Reload on Flutter web (beta)