I created a Flutter-Package-Project and tried to generate the project route using auto_route, but unfortunately no route will be generated, but also no errors,
I was struggling implement simple search function using SearchDelegate. I want to wait 2 second after user stop typing and then make a call request to an API. I
Hi im new in flutter and i have a class for notify changes of a global values in my app like this import 'package:flutter/material.dart'; class GlobalNotifier
Problem with the time picker not working when I choose the time it should be typed automatically in the field code : https://codeshare.io/WddQvl onTap: () {
I need to save this Objects into a SQL/Drift DB, how can/should I design die Tables/Rows for an efficient mapping? Here is are examples of a (deep)nested union
I want to use Spinner date picker but I did not find it in flutter packages I found something similar CupertinoDatePicker which works fine. but I can't change
How to fix RenderFlex overflowing in NavigationRail and NavigationRailDestination, when resizing the Desktop window? Flutter 2.11.0-0.0.pre.794 • channel m
I am implementing a stopwatch (0 to .. seconds counter) in my app. I succesfully implemented it in my Dart code, but I need it to work even if the app is closed
I'm receiving data from the csv file as SERVICE_ID‡WEIGHT_ID‡DISTANCE_ID‡BASE_PRICE‡IDENTIFIER PARCEL‡W0‡‡0.00&
I can execute the sample code in demo project, but when I past the code to my project it shows: The argument type 'Row Function(BuildContext, {void Function()
As the title says, I would like to know if there is any way to send emails without having to use an external service, that charges me for sending the messages,
apk file sign in or register will throw this error: [firebase_auth/unknown] com.google.firebase.j:an internal error has occurred.[json conversion failed! ] fail
I want to make the StatusBar transparent for Android in Flutter but for some reason I am getting black StatusBar on some of the screens. The minimum SDK is 20,
This is a part of form I use inside a card widget on my auth_screen.dart file: child: Obx(() => Form( key: _formKey, child: SingleChildScrollView
Inside of my firebase collection (which is a list elements) I have arrays as well. I am failing to display the elements inside the array in my flutter app. Here
Apple pay using stripe shows an error in flutter before it's working fine but currently shows an error. Payment intent generating working fine but when I do pay
I am following this tutorial for Clean Architecture in flutter This is my test file test( 'should return server failure when call to remote data is unsu
I'm trying to make a TextFormField to enter money with the currency_text_input_formatter package. I put it in showModalBottomSheet. This is what happens when I
Following this blog post: https://blog.ishangavidusha.com/flutter-authentication-flow-with-go-router-and-provider I have implemented a flutter app using the go
Let's imagine User A. I want to build an application that detects all users of my app who are currently close to user A (in terms of real-life proximity). They