Roman Titov

Results 13 comments of Roman Titov

I have exactly the same issue with my real device - Device: Galaxy S10e - OS: Android 12 flutter_native_splash.yaml ``` dependencies: flutter_native_splash: ^2.2.7 flutter_native_splash: color: "#e1f5fe" image: assets/logo_lockup_flutter_vertical.png android_12: color:...

@Shahzeb-99 the same, the only difference is that background is black now

@jonbhanson in which phone with which Android version did you try to reproduce it? Based on my observation this is platform specific issue. Exactly the same code has no issues...

@jonbhanson regarding to a project, for me the issue reproducible with [the example project](https://github.com/jonbhanson/flutter_native_splash/tree/master/example) This is the result from emulator Pixel 5 - API 30 (works as expected): ![image](https://user-images.githubusercontent.com/11888679/182820338-81f3c1b6-9d4f-4549-9db8-43262feeb017.png) This...

@lukebrodzky thanks, your approach works for me as well.

I have the same issue with emulator Android emulator Pixel 5 - API 30 and a real device Device: Galaxy S10e Android 12 ``` dev_dependencies: flutter_launcher_icons: "^0.9.3" flutter_icons: android: true...

I have similar issue. Visual Studio 2022 17.3.2 ![image](https://user-images.githubusercontent.com/11888679/186389674-bb52b0d4-7a7f-487b-b6fe-bfdfd70c4d15.png) nuget - v6.2.1 The error: ``` C:\Program Files\Microsoft Visual Studio\2022\Professional\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(149,5): error MSB3073: The command "setlocal [C:\MyUser\Projects\Peat\SP\My_project\FlutterProject\src\build\windows\plugins\desktop_webview_auth\desktop_webview_auth_DEPENDENCIES_DOWNLOAD.vcxproj] C:\Program Files\Microsoft Visual Studio\2022\Professional\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(149,5): error...

@jonbhanson Is t possible at least to add an example to [the example project](https://github.com/jonbhanson/flutter_native_splash/tree/master/example) which works with Android 12?

Hi @leopripos, thanks you for the feedback. I would really like to help you. What happening in `repository.GetById` ? Why do you expect that `repository.GetById("12312312")` will create a new object?

Closing the issue, since there is not enough details to reproduce it