Pham Quoc Trong
Pham Quoc Trong
@dhruvanb Thank you so much. This is exactly what I'm looking for.
> > 试了用原生的 Navigator.of(context).push(MaterialPageRoute(builder: (BuildContext context) { return TransparentWidget(); })); > > 不会导致rebuild > > 由于boost 内部采用 navigator 2.0 管理内部路由,而 navigator 2.0 flutter本来就有 rebuild问题,所以不是boost导致的,可以参考给官方提的isuess:[https://github.com/flutter/flutter/issues/91657#event-5668851667。你现在使用原生的肯定是没问题的,它走的是](https://github.com/flutter/flutter/issues/91657#event-5668851667%E3%80%82%E4%BD%A0%E7%8E%B0%E5%9C%A8%E4%BD%BF%E7%94%A8%E5%8E%9F%E7%94%9F%E7%9A%84%E8%82%AF%E5%AE%9A%E6%98%AF%E6%B2%A1%E9%97%AE%E9%A2%98%E7%9A%84%EF%BC%8C%E5%AE%83%E8%B5%B0%E7%9A%84%E6%98%AF) navigator 1.0 逻辑 Hello. How do...
It's not happen only on Web, it's still on Android.
> A solution for me was to download the img as a pdf and then convert to svg @AristideVB @tsrCodes @minseok-jeong-gn @billyjuliux Thank you very much, bro! It worked for...
+1. I'm facing same issue.
I have faced same issue. It's always return null when opened app from terminated.
@leoafarias Sorry for mention.
This issue still occurs in firebase_messaging: ^14.6.8. Any update for this issue?
@kitadai31 My config: AGP version `7.4.2` Kotlin version `1.8.0` ``` coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4' ``` and then I get an error: ``` ERROR:D8: com.android.tools.r8.kotlin.H ERROR:D8: com.android.tools.r8.kotlin.H ERROR:D8: com.android.tools.r8.kotlin.H ERROR:D8: com.android.tools.r8.kotlin.H FAILURE: Build...
Remove these line work for me ``` (-) coreLibraryDesugaringEnabled ``` and ``` (-) coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4' (-) implementation 'androidx.window:window:1.0.0' (-) implementation 'androidx.window:window-java:1.0.0' ``` Do I missed something?