OutdatedGuy
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     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?