-
my error code
```
Launching lib/main.dart on iPhone 12 in debug mode...
Running Xcode build...
Xcode build done. 19.1s
Failed to build iOS app
Error outā¦
-
Internal: b/143100923
When a `Stack` contains `MyWidget` inside of a `Positioned`.
```dart
Stack(
overflow: Overflow.visible,
children: [
Positioned(
top: -50.0,ā¦
-
So I was building my app and deploying it to Google Play normally, now after STABLE version 1.9.1+hotfix.2 this is happening and I can't seem to build it....
Using channel dev got the same issue.
ā¦
-
## Bug report
When `await`ing a task, or listening for snapshot events, an exception is thrown with absolutely no detailed information.
The exception has a code of `unknown` and message of `An uā¦
-
## Bug report
**Describe the bug**
Reloading the browser after logging into Google, Twitter, etc., I can no longer get the FirebaseAuth.instance.currentUser
### Steps to reproduce
Steps to rā¦
-
I have two containers in a stack and both containers have GestureDetector.The OnTap for the first container is working fine but it's not working with another container.
The first container is the imaā¦
-
## Bug report
Calling `fetchAndActivate` method sometimes returns this exception:
```dart
Non-fatal Exception: FlutterError
0 ??? 0x0 platformExceptionToFirebaseExcā¦
-
When I run in android studio it showing following error :
```
Exception in thread "main" java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method)
at javā¦
-
Hello
I am working on firebase push notification for my project. I am receiving notification on all my devices.
My issue is
iOS devices showing notifications in below format.
> Title :
> ā¦
-
I've run into this issue and tried all the various recommended "cleaning" and re-installing solutions but nothing seems to work to resolve these errors and this is preventing compiling the code on anyā¦