I have a question. How to achieve this behavior using auto_route's AutoRedirectGuard: User opens Flutter app in browser but session expired and is redirected to
Error: Unhandled Exception: HiveError: You need to initialize Hive or provide a path to store the box. Essentially I have these in my dependencies so everything
I'm writing a test application in Flutter to get data from available function/command in Android: in details I would like to access to Audio Codec device in ord
I am trying to use either Geolocator.getCurrentLocation or Geolocator.checkPermission() inside Workmanager's task. Both of those calls raise the same exception:
How we can get the data of push notification to save it in our local database using flutter iOS while in terminated state? We are using firebase admin-sdk to se
I'm recreating the graphical macOS time picker for macos_ui and I'm having some difficulty painting the inner shadow gradient correctly. This shadow, along with
I have these two ways to write a constructor. className() and className._() What is the difference between them and when should I use which? class GlobalStat
In the code shown below , the dispatch event is called from within the build method after getting the BuildContext object. What if I wish to do is to dispatch a
I've this in my application: LocalTextItem? get text => FocusedItemModel.of(context).focused as LocalTextItem; The idea was if user taps a text item a
I use this package: https://pub.dev/packages/connectivity_plus I have a finished application that is working on Android but when I am testing it on iOS it shows
I am below code which given in flutter documentation for page routing // Within the `FirstRoute` widget onPressed: () { Navigator.push( context, Mate
I am using FutureBuilder to show the data loaded from server. I want to show the loading state only once when the app starts, that is why I am calling the API f
I'm using an image as a background, and it looks good until I use the keyboard, how to solve that? before the keyboard is shown and that's after the keyboard is
I'm developing a standalone package which is currently inside an app like this: app/packages/my_package I created the package with the create command package te
When using the FlexibleSpaceBar widget in flutter I am unable to set the background property. According to the docs it's supposed to be a Widget. From the docs
I am building a home automation project that has a fire sensor that will write to Firebase Database if there is a fire detected, then from that point I need to
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