Flutter常见错误记录
错误:
W/FlutterActivityAndFragmentDelegate(10811): A splash screen was provided to Flutter, but this is deprecated. See flutter.dev/go/android-splash-migration for migration steps.
解决:
AndroidManifest.xml文件,注释掉以下内容即可。
错误:
W/FlutterActivityAndFragmentDelegate(10811): A splash screen was provided to Flutter, but this is deprecated. See flutter.dev/go/android-splash-migration for migration steps.
解决:
AndroidManifest.xml文件,注释掉以下内容即可。