sharik icon indicating copy to clipboard operation
sharik copied to clipboard

Mac version is not ready?

Open bowuL opened this issue 3 years ago • 3 comments

bowuL avatar Sep 01 '21 01:09 bowuL

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 :)

marchellodev avatar Sep 06 '21 16:09 marchellodev

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)

warpdesign avatar Sep 30 '21 14:09 warpdesign

You should first enable the macos support: flutter config --enable-macos-desktop (from https://flutter.dev/desktop#set-up)

marchellodev avatar Sep 30 '21 14:09 marchellodev