Questions tagged [flutter]

5 questions
2
votes
2 answers

How to correct problems when installing Flutter

I've been following Alan Pope's Blog Getting started with Flutter. I think that there is an error in the instructions as "flutter config --android-studio-dir /snap/android-studio/current/android-studio" resulted with the flutter…
John Rose
  • 1,083
2
votes
1 answer

Untar to /usr/local fails - where and how to install sdks / libraries - here flutter sdk

I am new to Linux / Ubuntu and want to install the flutter sdk and their docs recommend Create a folder where you can install Flutter. Consider creating a directory at ~/development/. Extract the file into the directory you want to store the…
1
vote
1 answer

Installing Flutter on Ubuntu 22.04 fails with unmet dependency error and -f doesn't work either

I am trying to install Flutter on my Ubuntu 22 and the dependencies installed, system upto date. No issues. System info: 64 bit system. Ubuntu 22.04 installed. For some reason Flutter doc suggest installing these 32 bit packages. But when I try this…
1
vote
0 answers

How to apply system themes on Flutter apps in Kubuntu?

I am running a flutter app in Kubuntu (it is directly compiled, and not containerized in snap or flatpak). It uses a theme that resembles the Adwaita theme. I have set Arc to be the default theme for both Qt and GTK apps in KDE system settings. How…
0
votes
0 answers

The C compiler "/usr/bin/cc" is not able to compile a simple test program. flutter

####@flash:~/Documents/app_dev/test_one$ dart run jni:setup -p jni -s src/calculation selecting source directories: [src/calculation, /home/####/.pub-cache/hosted/pub.dev/jni-0.7.2/src] Target newer than source, skipping build. +…