I believe this isn't possible on the user side without modifying the flutter-pi embedder directly. Ideally, it would be nice to be able to have a splash screen while the flutter app initializes and the first frame is drawn. I think it would make sense to have this available as an argument when running flutter-pi <project> (e.g. flutter-pi --splash example-splash.png <project>).
I believe this isn't possible on the user side without modifying the flutter-pi embedder directly. Ideally, it would be nice to be able to have a splash screen while the flutter app initializes and the first frame is drawn. I think it would make sense to have this available as an argument when running
flutter-pi <project>(e.g.flutter-pi --splash example-splash.png <project>).