Skip to content

Commit

Permalink
add flutter_distributor support
Browse files Browse the repository at this point in the history
  • Loading branch information
laiiihz committed Mar 4, 2022
1 parent 312fc6f commit 6445384
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,6 @@ app.*.map.json
/android/app/debug
/android/app/profile
/android/app/release

# flutter_distributor generated
/dist/
14 changes: 14 additions & 0 deletions distribute_options.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
output: dist/
releases:
- name: release
jobs:
- name: release-macos
package:
platform: macos
target: zip
- name: release-android
package:
platform: android
target: apk
build_args:
target-platform: android-arm64

0 comments on commit 6445384

Please sign in to comment.