-
```
Timeline: Activity_launch_request id:com.shlen time:132883890
W/art (19947): Before Android 4.1, method android.graphics.PorterDuffColorFilter androidx.vectordrawable.graphics.drawable.Vecto…
-
**Describe the bug**
When scanning QR-codes that contain "structured data", for example
`mailto:email@example.com`
`tel:555-1234`
`MECARD:N;Joe;EMAIL:joe@example.com`
some information is…
-
If you disable internet connection, scanner will not be showing
```
W/art ( 3719): Before Android 4.1, method android.graphics.PorterDuffColorFilter androidx.vectordrawable.graphics.drawable.Vec…
-
My app is working fine on debug mode and on profile mode but when I run it on release mode it gets stuck on splash screen on Android model.
Also, I tested it on iOS and it's working fine on all build…
-
![image](https://user-images.githubusercontent.com/57598532/91504087-c0ecf480-e8e9-11ea-88c2-ac287707b915.png)
This is my code
```
class PosterSelect extends StatefulWidget {
final String even…
-
## Steps to Reproduce
I got this error when using flutter version 1.12.13+hotfix.9, then i tried to rollback to version 1.12.13+hotfix.5 it got normally launch like usual.
1. flutter run -…
-
my code
```
Future scan() async {
String res = await FlutterBarcodeScanner.scanBarcode("00ccbb", "Cancel", true);
print("qr scan ${res}");
}
```
and report error
```
Unhandled …
-
## Steps to Reproduce
Since the last Flutter upgrade, my dynamic menu is not working anymore. It was working fine since I started to use Flutter about two years ago. Below is an exerpt of my code:
…
-
I believe this is not exactly a bug, but my application is displaying several warning messages (in red color) during compilation. The build itself completes normally, but I have experienced some error…
-
## Steps to Reproduce
I got this error when switching between tabs that are using StreamBuilder.
**Expected results:**
Looking at the StreamBuilder code, there is some setState() commands th…