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
1
vote
0 answers

How to install linux application made with flutter?

I have created an application in flutter for Linux devices, using the following command flutter build linux I don't want to use snap, because it's my personal application. So, how can I install it in my system.
Sumit Kumar
  • 678
  • 4
  • 19
1
vote
1 answer

Recording audio on Linux with Flutter

I developed a sound recording application for Android & iOS using the flutter_sound library in Flutter, but I want to use this application as a Linux app. I couldn't find any library to use for Linux. Do you have any suggestions?
Taylor
  • 11
  • 3
1
vote
0 answers

How to include file while building to linux using flutter

I have .so file and I useing it with ffi in separated flutter package. In my project's pubspec.yaml under dependencies I imported the package like this virtual_controller: path: packages/virtual_controller the question is how to build the c…
Davenchy
  • 47
  • 6
1
vote
2 answers

Failed to create snap, snap command failed

I am trying to build a snap and i have used flutter for building the app. while creating the snap package i am getting an error. Staging flutter-extension + snapcraftctl stage Staging gnome-3-28-extension + snapcraftctl stage Staging…
Ashutosh Patole
  • 926
  • 1
  • 7
  • 23
0
votes
0 answers

What is the proper way to read-write list of words?

I created a mixture of two example codes, one from https://dartpad.dev/?id=e7076b40fb17a0fa899f9f7a154a02e8 and one from https://docs.flutter.dev/cookbook/persistence/reading-writing-files. I want to save in file the words what was liked by the…
0
votes
0 answers

How do I set icon to flutter desktop linux app?

I've a flutter desktop linux app and I want to set icon app so when I build the app by typing this command flutter build linux the executable file got this icon and this icon appears at the taskbar. At this moment the executable file has set a…
Jaime Roman
  • 749
  • 1
  • 11
  • 26
0
votes
0 answers

How can i use InteractiveViewer widget on linux with touch screen?

I am trying to use InteractiveViewer widget to make zoom to image . It's working for phones but i want to use it for linux application but the zoom not working for gestures with two fingers? Any one have a suggestions or solutions ? My code like…
0
votes
0 answers

How to uninstall flutter MacOS, Windows and Linux debug build from my laptop like in Android and iOS from smartphone?

I have done some searching regarding this but did not find any solution yet thats why i am asking. Normally when ever we uninstall application from Mobile phone, all data clears and event if we don't want to unistall the application, we have option…
0
votes
1 answer

Text in drop-down truncated on all menus of Flutter Linux application on 5k screen (5120 x 2160)

I am developing a Flutter desktop application for Linux, and I am experiencing an issue with drop-down menus on 5k screens (5120 x 2160 resolution). The text in the drop-down menus is being truncated, making it difficult to read. I have tried…
Lalit Poptani
  • 67,150
  • 23
  • 161
  • 242
0
votes
0 answers

Flutter: How to get app path from within the app after it's built

I have a project named foo. I built the bundle by flutter build linux and the binary is available in /build/linux/x64/release/bundle/foo Lets say I moved this bundle folder to ~/Downloads and then execute foo I should be able to display the path of…
legacyO7
  • 323
  • 1
  • 2
  • 12
0
votes
0 answers

Is there any example to use twilio video with flutter linux

I am developing an application with flutter for Linux app, to connect calls using a room in Twilio. I am using the twilio_programmable_video_platform_interface(https://pub.dev/packages/twilio_programmable_video_platform_interface/changelog) pub…
Jai Saravanan
  • 413
  • 4
  • 12
0
votes
1 answer

Flutter on Fedora 36 - Linux compilation not working "unable to load driver: swrast"

when running flutter run to run on linux, a blank page appears with this in the debug console: Launching lib/main.dart on Linux in debug mode... libGL error: MESA-LOADER: failed to open swrast: /lib64/libpthread.so.0: version `GLIBC_PRIVATE' not…
Nyll
  • 49
  • 5
0
votes
1 answer

Unable to compile flutter app in release mode on linux

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…
Tom3652
  • 2,540
  • 3
  • 19
  • 45
0
votes
2 answers

Unable to run flutter for Desktop, but can build flutter for desktop (Linux)

My flutter app builds and runs just fine, but I cannot run it in debug mode. Below is the error I get: Unable to start executable "build/linux/x64/debug/bundle/polls": ProcessException: Failed to find "build/linux/x64/debug/bundle/polls" in the…
The Nerdy Geek
  • 342
  • 5
  • 16
0
votes
1 answer

Flutter RenderFlex overflow crash

Is there a way to prevent RenderFlex overflow, if the canvas becomes too small? This does not only apply to web but all devices. Say a user resizes a browser window to 0 height, the "app" will crash. Edit: Looking for a global solution, something…
Mythar
  • 479
  • 1
  • 5
  • 10