-
## Bug report
**Describe the bug**
app crash when i call `FirebaseAuth.instance.signInWithCredential` to login in mac
` final credential = GoogleAuthProvider.credential(
idTokenā¦
-
### What version are you using?
4.4.1
### What OS and version are you using to local deploy your application?
Tested on Android 12, 11
### What platforms are you seeing the problem on?
Android
#ā¦
-
## Bug report
**Describe the bug**
My app is live in the stores since November, and the phone verification was working well, everyone was receiving the message to authenticate through their phone ā¦
-
Since current version of `auto_route 2.3.0` depends on `analyzer 2.0.0 `which depends on `meta 1.7.0`.
and current version of `flutter stable` is still constrained to `meta 1.3.0`
you probably neeā¦
-
## Bug report
**Describe the bug**
Adding the package to a project causes the error `Error (Xcode): Framework not found uni_links` to appear
### Steps to reproduce
1. add the firebase_dynamic_ā¦
-
After **null-safety migration** and **update Flutter sdk from 2.8.0 to 3.3.4**, my app crashes on launch only in **release mode**. It shows a black screen during 2 secs and then it close. Before this ā¦
-
Test file:
```
import 'dart:convert';
import 'package:dartz/dartz.dart';
import 'package:dio/dio.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:mockito/annotations.dā¦
-
Flutter material icons are not showing correctly as per the below photo, however other packages icons like awesomefonts and CupertinoIcons show without any issues
sample
```dart
backgrounā¦
-
**Describe the bug**
1. Run `flutter pub upgrade` -> flutter upgrades `_fe_analyzer_shared` to `52.0.0` and `analyzer` to `5.4.0`
2. Run `flutter pub run build_runner build --delete-conflicting-ouā¦
-
## Bug report
**Describe the bug**
Consider two active onValue listeners queryA and queryB.
Now a new onValue listener queryC is added.
With the following setup if an update operation of the ā¦