Questions tagged [flutter]
10 questions
2
votes
0 answers
FVM/Flutter unable to find git on non-administrator account on Windows
As an administrator, fvm works:
PS C:\WINDOWS\system32> fvm flutter --version
Flutter 3.7.5 • channel stable • https://github.com/flutter/flutter.git
Framework • revision c07f788888 (3 days ago) • 2023-02-22 17:52:33 -0600
Engine • revision…
wsaxton
- 121
1
vote
1 answer
Problems while trying to install libgtk-3-dev for flutter
I have already read the similar questions, but no one has the solution...
I am trying to install libgtk-3-dev on Debian 6.1.128-1. I need to install the package for amd64.
Flutter doctor suggests this command: sudo apt install libgtk-3-dev.
This is…
Alan
- 21
1
vote
2 answers
How to install Flutter for all users on Linux?
I want to install the Flutter SDK on an Ubuntu system for all users. However, e.g. https://docs.flutter.dev/get-started/install/linux shows me how to do that only for a specific user. Since Flutter needs a lot of disk space, I would prefer…
Torsten Bronger
- 500
1
vote
1 answer
How can show a progress bar when mixing sound using FFmpeg in Flutter?
I am mixing two files(a,b) into one output(c) using FFmpeg. As it takes a long time to mixing a file I would like to display a progress bar. Can someone please guide me on how to go about the same?
String fileMixCommand= "-i "+ a +" -stream_loop -1…
0
votes
0 answers
Flutter windows can't scan mDNS after first connection
I am creating an application that scans for mDNS services. But after the first scan it does not matter if I got a response/discovery is successful or not, the next scans will not scan anymore.
Before running the application, I am checking the mDNS…
Diones
- 1
0
votes
1 answer
Successfully installed neovim flutter-tools.nvim plugin not loading on opening Flutter project dart files. What can I do?
Had problems loading the akinsho/flutter-tools.nvim plugin, even though it was properly installed (and re-installed). Made explicit the path to the flutter sdk and, still no load. Guessing it had to with file recognition, but how do you deal with…
J Michael
- 413
0
votes
0 answers
Can't use Flutter in VS Code - because of git?
In a vs code, terminal, I get this
PS G:\Flutter\MyMapApp> git --version
git version 2.46.0.windows.1 PS
G:\Flutter\MyMapApp> flutter --version
Error: Unable to find git in your PATH.
What gives? Why is Flutter reliant on git, and why that error…
Mawg
- 4,603
0
votes
1 answer
Why can't I find dart2native in the dart-sdk?
Some existing dart package documentation, such as dart_ctags, call on the flutter/dart developer to employ dart2native, but it's no where in current dart or flutter sdks.
J Michael
- 413
0
votes
0 answers
How do I edit the rc.local file on my Raspberry using another PC?
I edited my rc.local file to start 2 python scripts and a flutter app on boot and I set it up to boot in console mode. But now I can't close the flutter app. I already tried pressing CTRL + Z or CTRL + C, basically all the possible key combinations…
0
votes
2 answers
antimalware service 100% usage on building android gradle
I was building an android application using Flutter on Android Studio. I just added web-crypto and crypto packages and updated the codebase according to the project I was working on.
But when I started building the debug application only, while…
Vishnubly
- 101