Questions tagged [flutter-linux]

For questions specific to the Linux version of Flutter, an open-source UI software development kit created by Google. For general Flutter related questions use more generic `flutter` tag instead.

36 questions
0
votes
1 answer

Flutter: CMake Error at flutter/CMakeLists.txt:75 (add_custom_command): This character is not allowed

I created a flutter project recently but when I try to run it shows me the error below, how to solve it? Thanks in advance! **CMake Error at flutter/CMakeLists.txt:75 (add_custom_command): add_custom_command called with OUTPUT containing a "#". …
0
votes
1 answer

What is the name of flutter output files in Linux?

I need to know the name of all destination files and folders that current version of stable flutter will create after building project on Linux(for example Ubuntu) by this command: flutter build linux I just need to know the name of files that are…
ArdeshirV
  • 76
  • 6
0
votes
1 answer

Flutter desktoop Linux Appliaction not working After installed it from snapstore(ubuntu store)

I have developed the Flutter Linux desktop application. In debugging mode application working fine. The application was also published on snapcraft(ubuntu store) but when we installed this application from the store , the application was not listed…
0
votes
1 answer

No devices found with name or id matching 'linux'

When I execute the command flutter run -d linux to run my flutter app on my Linux computer I get the following error No devices found with name or id matching 'linux'
Guy Luz
  • 3,372
  • 20
  • 43
-1
votes
1 answer

Flutter Linux Build Encoding issue

When building an linux app using flutter build linux. It started to having an issue with displaying non-latin characters. flutter doctor -v This image provides some detail on the issue I'm encountering. All the squares are asian characters…
-1
votes
2 answers

Keyboard doesn't show up Flutter linux Debian Openbox x11

I am running my flutter app on a Debian with Openbox (X11). When i touch a TextField, the keyboard doesn't appear. I have tried to request the focus and set the autofocus: true on the TextField but it doesn't work either. It works fine on my iOS /…
Tom3652
  • 2,540
  • 3
  • 19
  • 45
1 2
3