-
## Steps to Reproduce
1. Run `i use visual code and connect to firebase backend i found issue on listviewBuilder `.
```
2. my code `import 'dart:collection';
import 'package:cloud_fir…
-
On Android, I'm using image_picker for flutter. I use the latest build, and first time, when I accept the permission, the app crashes. It only happens on android.
This is how I've implemented the ima…
-
## Steps to Reproduce
1. Run my app and open an existing transaction
2. When you click on any of the textfields that do require a date the keyboard will be displayed. However, above the ke…
-
## Steps to Reproduce
I am building an app with Firebase as backend. When I am running app on physical device, it takes a very long time like infinitely stuck at this
```
[+1673 ms] I/fl…
-
I created Container Widget and when click on it, You navigate to second page. at the top of second page, ı made a custom appbar , put an arrow icon to pop first page.
I used Navigator.pop(context); …
-
I have this form where user registers his/her details and saves it in google firestore, which actually works because the details are stored in firestore and i can log in with those details if i want b…
-
I have been seeing custom request errors during hot reload and hot restart. After a number of hot reloads the app crashes with out of memory error.
## Steps to Reproduce
flutter run --debug
hot rel…
-
I've been working on this app for a while and till yesterday it compiled and everything. Today I've tried to update flutter and dart, and after that my app doesn't run on debug mode.
When I try to …
-
## Logs
Task :cloud_firestore:bundleDebugAar
[ ] > Task :cloud_firestore:compileDebugSources
[ ] > Task :cloud_firestore:assembleDebug
[ ] > Task :firebase_auth:extractD…
-
## Steps to Reproduce
1. Run flutter app
2. Update the files as follows: ...
Create a Button that changes its color depending on system mode (dark or light) and then change your System…