Maron
Maron

Reputation: 149

Flutter - is it possible to run flutter macOS app built with m1 chip on intel chip?

If possible, is there any specific setting needed? Or it'll just run without anything? I do not own intel based macOS machines, so hard to check... Great if anybody can share your experiences in publishing macOS apps.

Upvotes: 5

Views: 1725

Answers (1)

Dave Mustaine
Dave Mustaine

Reputation: 46

It should run in both environments with no problems:

As of Flutter 3, Flutter macOS desktop apps are built as universal binaries, with native support for both existing Intel-based Macs and Apple's latest Apple Silicon devices.

https://medium.com/flutter/whats-new-in-flutter-3-8c74a5bc32d0

Upvotes: 3

Related Questions