Flutter Distributor is an all-in-one Flutter application packaging and distribution tool, providing you with a one-stop solution to meet various distribution needs.
Installation
Usage
Add distribute_options.yaml to your project root directory.
Configure A Publisher
Let’s take pgyer as an example, after logging in, click the user avatar on the right side to go to the API information page from the menu, copy the API Key and add it to the env node.
Check out the Publishers documentation for all possible publishers and how to configure them.
Configure Release Items
The following example shows how to add a release that contains package apk, ipa and publish to pgyer.com, A release can include multiple jobs.
The build_args are the args supported by the flutter build command, please modify it according to your project.