flutter_distributor
flutter_distributor copied to clipboard
An all-in-one Flutter application packaging and distribution tool, providing you with a one-stop solution to meet various distribution needs.
如题,apk文件可以上传成功,但是不能指定到distribution-group。 使用命令: flutter_distributor publish \ --path test.apk \ --targets appcenter \ --appcenter-owner-name *** \ --appcenter-app-name *** \ --appcenter-distribution-group beta ``` Unhandled exception: DioError [DioErrorType.response]: Http status error [400] Source stack:...
flutter_distributor : `0.2.4` 
按照文档例子编写的yaml,执行 flutter_distributor release --name dev后报错 查找源码后发现,获取路径时使用的.first,所以获取的路径时错误的。 开始我在finder下确认目录下并没有.DS_Store文件,但在终端下却可以看到ls -l -a却可以看到该文件,先删除再说吧。
Using the default example provided here https://distributor.leanflutter.org/docs/publishers/appstore ``` Exception: Missing/incomplete `distribute_options.yaml` file. #0 FlutterDistributor.release (package:flutter_distributor/src/flutter_distributor.dart:289:7) #1 CommandRelease.run (file:///Users/oliverdixon/.pub-cache/hosted/pub.dartlang.org/flutter_distributor-0.2.2/bin/command_release.dart:33:23) #2 CommandRunner.runCommand (package:args/command_runner.dart:209:27) #3 main (file:///Users/oliverdixon/.pub-cache/hosted/pub.dartlang.org/flutter_distributor-0.2.2/bin/main.dart:38:16) ``` Also, there is no example...
It would be great to support publishing apps to Google Play. A good reference can be the https://github.com/Triple-T/gradle-play-publisher Gradle plugin.
现在PGYER_API_KEY是写在最上层的,是不是意思是多个release name只能发布到同一个蒲公英账户下面 如果想不同的job发不到不同的蒲公英账户下面,现在是不是还不支持?
能否加个功能 build success 先别 转成相应dmg , 加个参数 先运行下 custom_script,再封装包。
## example ``` shell flutter_distributor init ``` ## Implementation ideas - Determine if the user is in the `flutter` project directory - Pull the default configuration file from `Github` domestically...