Skip to main content
Filter by
Sorted by
Tagged with
2 votes
0 answers
102 views

I am currently developing a podcast-like application built with Flutter. I am using the just_audio library to play the audio. When the app is opened, it works fine at first. (Plays one audio file, ...
maulz's user avatar
  • 11
0 votes
1 answer
55 views

Facing performance issue on Android In my Flutter app, I'm displaying a lot of images in a scrollable view. On Android, the screen freezes for 7–8 seconds, sometimes crashes, and becomes unscrollable. ...
Navaghan MMU's user avatar
0 votes
1 answer
63 views

thanks for taking the time to help! I am building an app that displays many images/GIFs. I have been using CachedNetworkImage to display these assets. I noticed today that my app cache on both iOS and ...
corgichu's user avatar
  • 2,600
0 votes
1 answer
59 views

I have following Image of specific dimensions: SizedBox( width: imageWidth, height: imageHeight, child: CachedNetworkImage( imageUrl: images!.first.url, fit: BoxFit.cover, ), ); The ...
Tom11's user avatar
  • 2,575