-
## Steps to Reproduce
1. After running pub add url_launcher and using it in my app I wanted to test the app in profile mode (I'm running it one my real OnePlus 6T device with android 10).
…
-
## Bug report
**Describe the bug**
I have a hundreds of occurrences of the following error in our sentry.io:
```
PlatformException: PlatformException(firebase_firestore, length=11; index=11, {},…
-
**When I'm trying to degug the app**
```
FAILURE: Build failed with an exception.
* Where:
Script '/home/tisu/snap/flutter/common/flutter/packages/flutter_tools/gradle/flutter.gradle' line…
-
Hello,
This simple HTTP delete call works normally on IOS and ANDROID , but don't work on Flutter WEB, here the simple request :
```
static Future DeleteObjectBack4app(
{@required Str…
-
My app uses tabbed navigation, in which each tab maintains its own independent stack. When switching between tabs, the route stack should be preserved for the given tab.
Here is what I have so far.…
-
I and my code seem to be crashing here. I am unable to parse this dataset using jsonDecode, please help. It should be rather simple but it just wont work past the jsonDecode
DataSet
```
[{"data":[…
-
## Steps to Reproduce
1. Execute `flutter run` for fresh project on Android Q emulator
Issue 100% reproducible. People created bunch of issues with only "solution" - downgrade/useRealDev…
-
## Steps to Reproduce
1. I Ran `flutter create bug` and the app builded and installed.
2. Update the files as follows:
file MainActivity
```java
package com.programaconsumer.appentregador…
-
**hello guys i am app
i use native ads but now its was crashing**
**plz help me guys**
my :: pubspec.yaml
```name: au_updates
description: A new Flutter project.
# The following line pre…
-
Hello,
I am writing a app in Flutter for web and i have a widget which is not behaving as expected.
I am trying to use Image.network to get a image from my api with auth headers. This same lin…