95,876 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
0
answers
40
views
Images inside assets folder not loading after restarting the app
I have a Flutter project and I added some images inside:
assets/images/
I also added the folder in pubspec.yaml:
flutter:
assets:
- assets/images/
The images load correctly the first time when ...
3
votes
0
answers
25
views
Access denied when downloading file written to OneDrive using Microsoft Graph API with Files.ReadWrite.All scope
I have a mobile app (Flutter) where I'm allowing the user to backup their data to their personal OneDrive, so if they lose their device they can restore data from their OneDrive. I'm using a delegated ...
1
vote
0
answers
33
views
Token refresh with dio fails (sometimes)
This is the code of AuthInterceptor which I use for triggering token refreshing. For safety (that I the interceptor of main dio instance won't attach accesstoken to refresh token api) I even use a ...
-1
votes
1
answer
103
views
How to make a CustomClipper like this folder-shaped card? [closed]
I have this design (screenshot below).
It looks like a rounded rectangle with a small tab on the top — like a folder.
I need to create the same shape using CustomClipper so I can clip a container.
How ...
0
votes
1
answer
38
views
Flutter Android keyboard insets Xiaomi HyperOS
On Android only, while the keyboard is opening, my views anchored at the bottom of the screen do not move up in sync with the keyboard. They remain partially under the keyboard during the animation, ...
1
vote
1
answer
71
views
Fast way to select large files?
When I use a file_picker or image_picker on a 2 GB file, it takes about 25 seconds until the process after selecting a file is finished. That is quite a long time for users to wait.
As far as I know, ...
1
vote
1
answer
623
views
YouTube video shows "Video unavailable (Error 15 / 153)" using youtube_player_iframe
I’m trying to play a YouTube video in my Flutter app using the youtube_player_iframe package.
Here’s a simplified version of my code:
_controller = YoutubePlayerController.fromVideoId(
videoId: '...
-1
votes
0
answers
26
views
Struggling with Vertical PageView + Horizontal Carousel Slider in Flutter – Swipe Issues [closed]
I’m building a Flutter app where I have a vertical PageView.builder to scroll through videos and, within each page, a horizontal carousel using the carousel_slider_plus package for images.
The problem:...
-2
votes
1
answer
70
views
How do I manage multiple pages in one tab? [closed]
I'm trying to create a login/signup page using the tab bar, but the number of pages is greater than the tab bar.
So I'm trying to put multiple pages in one tab bar, but it doesn't work.
I want to ...
0
votes
0
answers
37
views
laggy keyboard animation while appearing
Problem is when clicking on textfield the keyboard appears laggily.
it does not appears in instant like it does on whatspp or any other application
no matter how big size of application is , it will ...
-2
votes
0
answers
86
views
Is support simultaneous multi-channel viewing for audience role Flutter? [closed]
I have try to simultaneous multi-channel viewing for audience role in my Flutter app. but not getting success. if one stream play so another stream will not start and getting the "AgoraRtcException(-...
0
votes
1
answer
95
views
LateInitializationError not appearing in debug mode
I build my app with debug mode, then unplug it and use the app. So after some hours when I open the app, this error appears:
LateInitializationError: field "someservice" has already been ...
1
vote
0
answers
76
views
What is dartaotruntime and why does it query some endpoint?
I am reading dartaotruntime documentation and it doesn't mention connecting to network at all: https://dart.dev/tools/dartaotruntime
I wonder if someone knows why would the latest flutter's ...
-2
votes
0
answers
52
views
I can't understand how the Dart formatter works [closed]
I can't understand how the Dart formatter works.
Before:
rule.addFailure('a', 0, [_errorUnexpectedData(0, 0)]);
After:
rule.addFailure('a', 0, [_errorUnexpectedData(0, 0)]);
Everything is clear here....
1
vote
1
answer
72
views
Why I couldn't run my flutter project on the Android Studio emulator? [closed]
I have created a new flutter project using android studio. I want to run it on the emulator but I have get this error:
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for ...