I am running a linux app on a Debian 11 arm 64 in debug mode and everything is fine, please see the logs in my github issue because it was too long for SO. When i try to run it in release or profile mode, the flutter tool doesn’t seem able to compile : It seems to be thrown with
Tag: flutter
Showing this error while trying to debug an App in Flutter
I’m recently switched to linux from windows, and I set up all flutter things in that, but when I’m trying to run, showing this error on terminal How to fix this, or what really problem here?? Answer I faced this problem and what work for me : flutter clean flutter pub get and make sure that doesn’t exist and if
how to execute flutter app in Chromium browser on linux?
how to execute flutter app in Chromium in Flat-pack Linux? i tried #CHROME_EXECUTABLE=/snap/bin/chromium; export CHROME_EXECUTABLE but it didn’t work. Answer you are using snaps now , to use Flat-pack Chromium edit the .bashrc file by adding :
Android device emulator on linux connectivity issue
I decided recently to try Linux for mobile development, but the emulator does not have an Internet connection (everything is fine on Windows). Tried changing resolv.config – it doesn’t help (although I may be doing something wrong). For the Internet, I use a mobile hotspot via Galaxy s21. My Linux distro is kubuntu. Thanks for the help in advance. Answer
Can’t change flutter android-sdk path
I’m setting up flutter in my laptop (Elementary OS), the case is I’m trying to be able develop flutter without Android Studio and using VSCode to make it lightweight, the step I did is installing flutter, download manually android-sdk, and move it to usr/lib/Android, install gradle, and openJDK8, I did setting up Android Environtment, export ANDROID_HOME to usr/lib/Android, setting up
Where to execute bash command in visual studio?
I want to setup CI for my flutter project, and i need to encrypt the keystore file. For this i choose the following solution: https://docs.travis-ci.com/user/encrypting-files/ I am developing with visual studio code, also i have no idea about bash. I need to execute following command: Questions: Where do I execute this command? Currently i try to use the git bash,