Do Flutter apps that work well on Ios phones automatically work well on iPads? I don't care about the styles & layout (that is taken care of), but more in terms of OS specifics.
Asked
Active
Viewed 1,089 times
1 Answers
0
Yes, flutter supports iPadOS and is going to continue that for the future [1].
This means that all OS specifics, such as integration with HealthKit
will also be available for iPad apps.
And via the automatically generated Xcode project you have more granular control over which operating systems your app will support.
But as you are already aware, a layout that works well on iOS might not work well on iPad.

jraufeisen
- 3,005
- 7
- 27
- 43