2

I am working on flutter desktop application and want to add small size splash screen before flutter application window appear. I am trying to do this in win32_window.cpp file. This is main.cpp file Image1

But don't know exactly what to do. Can anyone guide me please.

Thanks

Dev94
  • 757
  • 6
  • 24
  • I am sorry that I cannot construct a sample that can reproduce the problem based on your description.Could you please show [a minimal, reproducible sample](https://stackoverflow.com/help/minimal-reproducible-example) without private information? – Zeus May 03 '21 at 01:57
  • Actually, I am not sure whether i have to edit win32 c++ code of desktop application or can do in dart code directly. I have provided code samples above. – Dev94 May 03 '21 at 04:43
  • If you want a separate window, currently you need to do that with Win32 code, not Dart. There wouldn't be anything Flutter-specific about the process. – smorgan May 04 '21 at 13:08
  • I have [opened an issue](https://github.com/flutter/website/issues/5731) with Flutter requesting this documentation. Please give it a thumbs up to give it more visibility with the Flutter team. – jon May 12 '21 at 17:05
  • Thanks a lot. Hopefully will get some solution now. – Dev94 Jun 01 '21 at 12:00

0 Answers0