-
## Steps to Reproduce
1. Run `flutter create bug`.
2. Update the files as follows: ...
```
// main.dart
import 'package:flutter/material.dart';
void main() {
runApp(MyApp());
}
…
-
Device: OPPO Reno4 Pro 5G
SDK version: Channel stable , v1.12.13 + hotfix.9
ANR logs :
Input Dispatcher State at time of last ANR:
ANR:
Time: 2020-09-07 15:11:43
Window: Window{ed8d3…
-
When I compile by step, it prompts for this.
```
$ . build/envsetup.sh
including vendor/anbox/products/vendorsetup.sh
including sdk/bash_completion/adb.bash
$ lunch anbox_x86_64-userdebug
=…
-
I cloned the project from Agora/Flutter repository and then I ran the same program on two devices (android emulator and Redmi 7). The problem is because when I type the channel on a device it opens th…
-
I am using the [camera plugin](https://pub.dev/packages/camera) in my Flutter app. Despite adding permissions to my AndroidManifest.xml, it still throws the following errors:
```
E/SensorManager(1…
-
## Bug report
**Describe the bug**
I had created a simple maths game and in this app, I would like to display a rewarded advertisement to continue the play when the user lost the game. but the emu…
-
## Steps to Reproduce
1. Use front camera
2. take picture in first open
3. taking the second photo will be an error
Code:
```dart
if (_controller == null ||
!(_controll…
-
```
'package:flutter/src/widgets/text.dart': Failed assertion: line 207 pos 15: 'data != null': is not
I/flutter (17269): true.
I/flutter (17269):
I/flutter (17269): Either the assertion indicate…
-
**Describe the bug**
I followed the setup instructions for [uikit](https://dolby.io/developers/interactivity-apis/reference/client-ux-kit/uxkit-voxeet-react-native) configuration for react native. …
-
My apps with running on Android 11 throw an javax.net.ssl.SSLHandshakeException error when trying to connect to Rhocnnect server or directly to my server using HTTPS. All is fine on prior versions of …