leanflutter / flutter_distributor

An all-in-one Flutter application packaging and distribution tool, providing you with a one-stop solution to meet various distribution needs.
https://distributor.leanflutter.dev/
MIT License
812 stars 114 forks source link

Improve command usability (help texts, null checks, misc) #106

Closed cybrox closed 1 year ago

cybrox commented 1 year ago

This is a larger set of changes adding the following:

Breaking changes:

There is still some output being lost when using release for multiple jobs. @lijy91 if that's ok for you, I'd like to add (in another PR) a --verbose / -v flag to flutter_distributor that automatically passes --verbose to flutter commands (where possible) and outputs more information in case of success (results of every job) exceptions (stack trace)

lijy91 commented 1 year ago

LGTM