change application’s name, package name, icon and splash in one shot by one command on android & ios.
installing
dart pub global activate before_publish_cli
the only command :
before_publish
in action
in details
- the script will create file that located in assets folder called before_publish.json with default configuration.
{ "name": "my awesome app","icon": "assets/images/logo.png","splash": "assets/images/splash.png","package": "com.simple"}
- edit the .json file with your custom configurations.
- type “1” and click enter.
Comments are closed.