Using Flutter local notifications for my expiry reminder app, but they’re inconsistent; users often don’t receive alerts reliably
I’m using the Flutter local notification package in my expiry reminder app. However, notifications about product expirations are inconsistent. Sometimes the notifications are delivered as expected, but most of the time, users do not receive them.
Flutter ShowDatePicker [Month Year] text customizatio
Image of what text I want to customize
FlutterLoader is not defined for web
I have problem
I dont know why but my web app is build correctly but when I use chrome for my web then I have white page and in console I have error: FlutterLoader is not defined.
flutter location package issue not able to solve the error
enter image description herenot able to solve this error.
CocoaPods compatibility issue with FBSDKCoreKit versions in Flutter project (iOS)
Description: I’m facing a compatibility issue with FBSDKCoreKit
versions while integrating flutter_facebook_auth
and facebook_app_events
in my Flutter project, specifically on iOS. Here’s the error message I’m encountering:
Login to the Flutter app. With that, can I go to the web page without logging in again?
I HAVE A WEB PAGE ALREADY FOR STUDENT LOGIN IN ASP USING SQL SERVER. NOW I AM MAKING A FLUTTER MOBILE APP FOR STUDENT LOGIN. I HAVE SOME A ATTENDANCE PAGE IN THE WEB PAGE. I WANT TO GO THAT PAGE FROM THE APP TO THE WEB PAGE WITH THE USER.
Flutter error while generating apk can help anyone for this I’m begginer
Execution failed for task ‘:google_mobile_ads:extractReleaseAnnotations’.
Get names of devices in network
I’m currently working with Flutter and would like to build an app that does a simple network scan and lists all devices.
Error: Failed to interpolate TextStyles with different inherit values
I have an app where i have dark and light mode and when i try to use another app with keeping my app in background it shows “Failed to interpolate TextStyles with different inherit values”.
Flutter Page Reload
class Graficos extends StatefulWidget { final String id; final List<int>? myList; const Graficos({super.key, required this.id, this.myList}); @override State<Graficos> createState() => _GraficosState(); } class _GraficosState extends State<Graficos> { late List<int>? _myList; String nome = “”; List<String> ListaNomes = []; List<String> ListaPontos7Dias = []; List<String> ListaPontos30Dias = []; List<String> ListaPontos365Dias = []; late GoRouterState _state; late GlobalVariables […]