Questions tagged [flutter]
7 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
- 3
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…
Abhijit Rajmane
- 11
- 7
0
votes
0 answers
how to use ffmpeg to create video from a list in flutter
I have a list like
List image={'a.jpg','1jpeg'}
These image are coming from gallery when user select them from gallery.
Now I know how to pass single image to ffmpeg like
String img1=img[0].path;
String command='-i $img -y…
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
- 173
- 1
- 9
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
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
- 452
- 5
- 19
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