Replies: 2 comments 2 replies
-
Git seems to be not enabling comments atm, so trying via email, see if this
displays..
It works on Mint so I assume it would be ok on Ubuntu. I'm also guessing it
would be ok on others, but mileage may vary. There may be some things that
aren't supported, for example if a plugin uses isolates it wouldn't work,
or maybe if it needs geolocation or something.
Basic steps would be something like...
```
apt install clang (if not already installed)
apt install libgtk-3-dev
flutter config --enable-linux-desktop
flutter create . (in your project folder)
(restart android studio if using that)
flutter run -d linux example/lib/main.dart (or you should see a Linux
desktop option to run in Android Studio)
```
…On Tue, Mar 22, 2022 at 3:25 PM ChrisDEV ***@***.***> wrote:
Hey,
I just see that the lib supports Linux, too.
I am not sure if it works on standard Linux or even some customized Linux
variants?
[image: Bildschirmfoto 2022-03-22 um 16 21 50]
<https://user-images.githubusercontent.com/7869833/159517354-9a62e041-37a0-490b-8d84-10315c0547f9.png>
🤙
—
Reply to this email directly, view it on GitHub
<#1194>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA5YN5JLRQRNG7I5PEX5VGLVBHQ7DANCNFSM5RLIC57Q>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
JaffaKetchup
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
I just see that the lib supports Linux, too.
I am not sure if it works on standard Linux or even some customized Linux flavors?
🤙
Beta Was this translation helpful? Give feedback.
All reactions