I have a Future which, when complete, adds some data to a ChangeNotifierProvider. Then I use the data in the ChangeNotifierProvider to populate some ListViews.
I want to play Music Files like mp3, m4a files from Google Drive in Flutter. So far, I'm able to fetch the link of files in my google drive Assets I'm using ass
I'm learn searching data by ID with package DIO https://pub.dev/packages/dio, my problem is every time I'm type wrong keyword search, the app suddenly crash wit
I'm using SQLite for storing data locally. insert an image as a string and get them to show here is the error that occurs _Exception (Exception: Invalid image d
Problem summary Hi, I have an issue getting the auto_route package up and running in a Flutter project. Following the official documentation, I have done the fo
Flutter video_player package has this bug, when you play 4-5 videos, after that it hangs, does not play any more videos. Looks like in the backed its not releas
@override Widget build(BuildContext context) { super.build(context); SystemChrome.setEnabledSystemUIOverlays(SystemUiOverlay.values); return Anno
In my application I have 13 screens in total, some of them has links to other screens, I also have a drawer that has links to most of these screens. The followi
In SliderThemeData trackheight is given but I want to increase the track's width. Here is my current code: SliderTheme( data: SliderThemeData( tra
I have created a flutter app and used getx package. But then I used it to show the snack bar, the function gets executed but the snack bar is not showing up. o
I'm trying to implement a circular cutout of an image and I am using drawAtlas for it. Here is my implementation so far: canvas.drawAtlas( image!, [ /*
Is there any way to merge a smaller flutter app to another flutter app? I'm finding ways to merge the flutter app to a native android app, but can we do it to a
I'm Using the flutter_tex library flutter_tex flutter_tex: ^3.6.7+10 I want to release the app in the play store. My app is running fine. But I'm getting thi
Issue I am currently working on an app which uses multiple packages. The app works like a charm in both debug and profile modes. But when I get the release buil
I'm facing a problem with responsive texts. In my app are different text font sizes and I need to do them responsive for different screen sizes (only phones and
I have implemented a login screen using flutter. the screen is fully functional and working properly with validations. I want this screen to be scrollable and
How can i achieve similar solution to: How to get a substring between two strings in PHP? but in DART For example I have a String:String data = "the quick brow
The application needs to implement language switching at runtime. Wrote a bloc with event and state and called BlocBuilder in main.dart. But I don't know how to
I've built an app with Android Studio and Flutter and wanted to generate a signed APK. When I go to Tools->Flutter->Open Android module in Android Studio,
I use this plugin to drag files from desktop to my flutter app: https://pub.dev/packages/desktop_drop There is any plugin to do the opposite? So drop out from m