mirror of
https://github.com/gskinnerTeam/flutter-wonderous-app.git
synced 2025-05-19 22:06:36 +08:00
4 lines
97 B
Python
4 lines
97 B
Python
#!/usr/bin/python
|
|
import os
|
|
cmd = "flutter pub run flutter_native_splash:create";
|
|
os.system(cmd); |