-
not working in a stable channel
when will you provide a stable channel?
-
### Checklist
- [X] I read the [troubleshooting guide](https://github.com/bluefireteam/audioplayers/blob/main/troubleshooting.md) before raising this issue
- [X] I made sure that the issue I am raisi…
-
The FrameCryptorTransformer instance keep increasing every time someone create a track.
This will keep the CPU threads busy.
```
2328 Thread_1315129: FrameCryptorTransformer 0x0x7fa…
-
**Description:**
Imagine that I want to test for example local storage of the app, and I want to be sure that my settings are remembered when I close and open app
**Example case:**
1. Open app
2. Chan…
-
### Steps to reproduce
1. Added these below line:
```
val filePath = settingsDir.parentFile.toString() + "/flutter_module/.android/include_flutter.groovy"
apply(from = File(filePath))
```
2. …
-
**Short Summary of issue**
It seems that the app launch process does not handle themes properly and does not theme the status bar and background color correctly per how you would expect if you were d…
-
Semantic info about Flutter's widgets is propagated down to the platform so that the platform knows about Flutter widgets and can use this information e.g for accessibility purposes. But during `flutt…
-
I/Stuff ( 5434): {filePath=null, bitrate=1228800, textureId=0, enableAndroidOpenGL=false, url=rtmp://34.70.40.166:1935/LiveApp/815794454132232781694481}
E/MethodChannel#plugins.flutter.io/camera_wi…
-
1. paste the image you will use to Drawable folder so you can find it by path
2. res>layout>Activity-main.xml this it the flie we design our app in
3. RelativeLayout means that all design items is…
-
샘플코드의
Navigator.pushReplacementNamed(
context,
'/result',
arguments: result,
);
를 사용하여 result 로 이동하려 하면 화면이 뜨지 않고
E/MethodChannel#plugins.flutter.io/…