sharik
sharik copied to clipboard
Mac version is not ready?
I think it should work just fine. You can try it out by downloading the repo, installing flutter (https://flutter.dev/docs/get-started/install), and running flutter run --release
. Please let me know if you run into any issues.
I hope to test v3.1 on MacOS and publish it to the app store soon as well :)
Running flutter run --release
prints this message:
No supported devices connected. The following devices were found, but are not supported by this project: Chrome (web) • chrome • web-javascript • Google Chrome 94.0.4606.61 If you would like your app to run on web, consider running
flutter create .
to generate projects for these platforms.
I have Xcode installed, and flutter doctor
prints:
[✓] Xcode - develop for iOS and macOS [✓] Chrome - develop for the web [!] Android Studio (not installed) [✓] VS Code (version 1.60.2) [✓] Connected device (1 available)
You should first enable the macos support: flutter config --enable-macos-desktop
(from https://flutter.dev/desktop#set-up)