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); |