我使用flutter_launcher_icons:^0.9.3来更改应用程序图标,它运行得很好 android: "launcher_icon"现在我想使用flutter_native_splash:^2.1.6来调整我的启动屏幕。我使用了以下方法: flutter_native_splash:
color
用户选择了一个图像(结果是PickedFile -web上支持的一个类),我想在屏幕(另一个屏幕)上显示该图像。fit: BoxFit.scaleDown,
) (另请参阅How to Save set image of PickedFile type to a image in Flutter如何在Web上向用户显示图像?