我是FLutter的新手。如何使用Flutter_native_splash在启动屏幕底部添加文本?有办法吗?
这是我的代码:
flutter_native_splash:
background_image: "assets/splashscreen_background.png"
image: assets/images/logo-text.png
发布于 2022-09-27 14:16:14
您可以使用包的branding
选项将文本作为图像添加。
https://stackoverflow.com/questions/73848988
复制相似问题