It's been a year since Apple Vision Pro was announced.
It is possible to run iOS/IPadOS apps created with Flutter on Apple Vision Pro / Vision OS.
However, there are restrictions, such as the aspect ratio being fixed.
Flutter is good at creating responsive apps that allow you to freely change the aspect ratio like a web browser.
If this limitation can be removed, Flutter will be a very good option as a tool for creating Vision OS applications.
The way to get rid of this limitation is to run Flutter apps as Vision OS apps instead of iOS/IPadOS apps, in other words, add Vision OS support to Flutter.
There is currently an issue regarding this issue, but there is no progress towards a resolution.
So I decided to try this problem.
In this session, I will present the current state of Flutter for Vision OS, the issues that need to be solved in order to add support for Vision OS to Flutter, and my efforts to solve the issues.