app-center
app-center copied to clipboard
Using snap for installing flutter
For install flutter section in readme https://github.com/ubuntu-flutter-community/software#install-flutter
we can also recommend simpler and more elegant way of installing by using the snap version
sudo snap install flutter --classic
The snap version had it's problems when my_application.cc uses stuff that is not provided in the snap. However, I didn't check for months tbh. I'll give it another try :)
Thanks
Update me if it is working and I will be happy to commit that.
@guyluz11 I think you could add them to README.md, as our CI test works for flutter snap.