All Questions
Tagged with flutter-provider or flutter
201,267 questions
- Bountied 1
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
1
answer
19
views
flutter vscode stuck after built apk
When I run my Flutter project from VS Code, the build process completes successfully, but the app stack in flutter logo
It gets stuck after the message:
✓ Built build/app/outputs/flutter-apk/app-debug....
-4
votes
0
answers
27
views
I've build my first android app and i has to solve this problem about gradle
I've build my first android app and i has to solve this problem:
The supplied phased action failed with an exception.
Could not create task ':gradle:test'.
Could not create task of type 'Test'.
Could ...
-2
votes
0
answers
27
views
Why is the Flutter application so large? [closed]
I created a very simple program and the size of the program when it is output is 43 MB
and I want to reduce the size to less than 15 MB
What are some ways to reduce the size of the program?
Reducing ...
0
votes
1
answer
22
views
How do GWT RPC transactions work with JPA/Hibernate on a database?
Working on this huge DAQ project made with GWT(mariaDB as db) , my main purpose is to replace some UI components and with them, their functionalities(for this case, users management , where you can ...
0
votes
0
answers
36
views
When i run this command flutter build apk --release in my flutter app it throws error unexpectedly
I am getting this problem from too many days and i tried to fix this but not getting the problem the error is this it prints this when i run flutter build apk or flutter build apk --release
Warning: ...
-2
votes
0
answers
25
views
Issue in security features in swift [closed]
I'm having trouble getting my Swift code approved on the AppStore, where I have security checks spread across several methods. If one of them returns true, the app assumes there's a debugger tool, an ...
1
vote
1
answer
48
views
Flutter Android: Failed to apply plugin 'dev.flutter.flutter-gradle-plugin'
Description
Recently I upgraded my Flutter version to 3.35.6. I updated by .gradle-files to .gradle.kts-files. Now if I want to build my app on a physical Android device with flutter run I get the ...
0
votes
0
answers
54
views
Visual Studio Code and Flutter are painfully slow [closed]
Problem:
When I run flutter run -d chrome, it takes over 10 minutes to launch, and the entire computer slows to a halt.
Details:
I’m developing a cross-platform app for iOS and Android using Flutter ...
1
vote
0
answers
31
views
Not receiving any callback from midtrans payment
Please help, I'm using midtrans_sdk 1.0.1 and successfully paid the items, but I'm receiving nothing from midtrans, only something like flutter: type 'Null' is not a subtype of type 'String' in type ...
5
votes
0
answers
60
views
Flutter iOS Picture-in-Picture not showing when app goes to background (works only via button)
I'm building an OTT video streaming app using Flutter and the video_player package.
I want to implement Picture-in-Picture (PiP) on iOS.
Flutter doesn’t provide native PiP support for iOS directly, so ...
-2
votes
0
answers
49
views
App still rejected under Photo/Video policy despite removing permissions and using valid legacy one [closed]
I’m facing an issue with my app being repeatedly rejected under the Photo and Video Permissions Policy.
Earlier, my app code included the following permissions:
uses-permission android:name="...
0
votes
0
answers
50
views
Flutter camera plugin records dark/black videos on Android - preview is fine but recorded video is dark
I'm developing a Flutter app with video recording functionality using the official camera package (version ^0.10.6). The camera preview looks perfect with correct brightness, but when I record and ...
-1
votes
0
answers
51
views
My flutter project can't run on any emulators or real devices [closed]
A phone app can run as web (chrome, edge) or desktop app but if I connect a phone or emulator to VS Code or android studio I can't run it because it says "unsupported". I tried to update the ...
0
votes
0
answers
14
views
scrollablePostionedList: how to get indices of visible items of a list
What is the right way to get the indices of the visible items
of a list displayed using scrollablePostionedList?
Some examples on StackOverflow use:
var first = itemPositionsListener.itemPositions....
1
vote
1
answer
69
views
Blank screen after QR code scan and returning result using Navigator.pop
I'm building a Flutter app using the qr_code_scanner_plus package. The QR scan works, and I’m able to retrieve the scanned result, but after scanning, the app navigates back and shows a blank screen (...