I know how to make a native splash screen for Android, iOS, and Web, as it is covered in Flutter official documentation and in this package.
So how to make a native splash screen when deploying for Windows?
Note: I am talking about the blank/white screen that appears before flutter is loaded, so it needs to be native only (no dart solution).