OutdatedGuy

Results 56 comments of OutdatedGuy

Yo @romantitov, > This is the result from Galaxy S10e (sometimes it shows the app icon, sometimes only background color), This is the default behavior for android 12 splash screen....

> It is working on my S10e after adding this to android\app\src\main\AndroidManifest.xml: > > ``` > android:name="io.flutter.embedding.android.SplashScreenDrawable" > android:resource="@drawable/launch_background" > /> > ``` > > I think this should be...

I got your point. The html package is indeed not maintained. So how about publishing this commit as a breaking change pre-release version. Like `3.0.0-beta` So others can manually test...

@jonbhanson any updates on this? I manually checked the package for different html formats and it seems to work fine. Also as this is a flutter project, generally the `index.html`...

I'm not sure what should be the value for `FileDescription` as I checked that many software uses the name for it. Screenshots ![image](https://user-images.githubusercontent.com/74326345/183336361-a6dfac9c-c52f-4a9b-ad62-84c4c8e599b9.png) ![image](https://user-images.githubusercontent.com/74326345/183336370-07894f03-5a22-420e-a846-4dfd6d2c67f8.png) ![image](https://user-images.githubusercontent.com/74326345/183336375-633f86ee-44eb-4dd0-9944-a02460c10ffb.png) ![image](https://user-images.githubusercontent.com/74326345/183336381-f5478e38-b9d7-427d-9646-05187ad120ae.png) And nearly every software...

I don't know much about dart, but I think the problem occurs because ```dart final prevUser = FirebaseAuth.instance.currentUser!; ``` won't store `currentUser` object but instead the reference to it. So...

This problem occurs even with the [example code](https://pub.dev/packages/agora_rtc_engine/example) provided in pub.dev

Yo @abeisgoat. Is this still being worked on? Are there any updates?

Is anyone here to help me or to investigate further with this problem??

Yo @tonyjhuang, still experiencing the same issue. Should I post the details here or create a new issue?