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
817 stars 115 forks source link

Support GitHub Release #32

Closed BytesZero closed 2 years ago

BytesZero commented 2 years ago

本地测试

dart ../../packages/flutter_distributor/bin/main.dart release --name dev --skip-clean
Successfully packaged dist/1.0.0+1/hello_world-1.0.0+1-android.apk
Publishing to github: ████████████████████████████████ 19171289/19171289 100.0%
Successfully published https://github.com/yy1300326388/flutter_distributor/releases/download/v0.1.2/hello_world-1.0.0.1-android.apk

Successfully builded Directory: 'build/app/outputs/bundle/release'
Successfully packaged dist/1.0.0+1/hello_world-1.0.0+1-android.aab
Publishing to github: ████████████████████████████████ 19236376/19236376 100.0%
Successfully published https://github.com/yy1300326388/flutter_distributor/releases/download/v0.1.2/hello_world-1.0.0.1-android.aab

Successfully builded Directory: 'build/web'
Successfully packaged dist/1.0.0+1/hello_world-1.0.0+1-web.zip
Publishing to github: ████████████████████████████████ 25186573/25186573 100.0%
Successfully published https://github.com/yy1300326388/flutter_distributor/releases/download/v0.1.2/hello_world-1.0.0.1-web.zip

Successfully builded Directory: 'build/macos/Build/Products/Release'
Successfully packaged dist/1.0.0+1/hello_world-1.0.0+1-macos.zip
Publishing to github: ████████████████████████████████ 43474846/43474846 100.0%
Successfully published https://github.com/yy1300326388/flutter_distributor/releases/download/v0.1.2/hello_world-1.0.0.1-macos.zip

最终效果

image

BytesZero commented 2 years ago

WIP

BytesZero commented 2 years ago

:pencil: 文档在路上

BytesZero commented 2 years ago

等我文档写完后再合并

BytesZero commented 2 years ago

文档