simple_deploy 0.4.0 simple_deploy: ^0.4.0 copied to clipboard
A quick and easy way to push deployment to Test Flight and the play store internal test track
simple_deploy is a quick and easy way to deploy apps to the stores test systems
NOTE: This is very much a work-in-progress package at the moment, until it reaches version 1.0
Features #
Deploy to iOS Test Flight Deploy to Android Play Store Test Track
Getting started #
Create a deploy.yaml
file at the root of your project and configure it
Usage #
Just run dart run simple_deploy
and select the deployment platform
You can also supply the platform with
dart run simple_deploy android
dart run simple_deploy ios
Additional information #
TODO: This will show the steps to configure App Store Connect Data, and Play store deployment information