Run flutter apps on Apple Vision Pro Simulator
I was thrilled about Vision Pro from WWDC and eager to create something using it. When I discovered that Apple had released support for Vision OS, I immediately dove into it and developed the following:
After posting that, I received DMs asking about running a Flutter application in the Vision Pro Simulator. To address these inquiries and help everyone, I wrote a concise blog, which I like to refer to as a “byte blog.”
So let’s start with the minimum requirements for running the vision pro simulator:
- Xcode 15 beta 2. You can download it from here
- Switch to flutter master channel and upgrade to the latest release.
- Download the vision pro simulator. When you install Xcode 15 beta 2, it offers the option to download the Vision Pro Simulator.
That’s it. Now Let’s see how you can run the app:
- Open any flutter project in Xcode and add Apple Vision (Designed for iPad) in Supported Destinations
- Select Apple Vision Pro simulator
- Run the application
This is it. Now you can also experience your application in Apple Vision Pro like never before 🥽