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
763 stars 104 forks source link

[FEAT] Add support for Pacman (Arch Linux) #198

Closed prateekmedia closed 2 weeks ago

prateekmedia commented 2 weeks ago

The output pacman package is not tested thoroughly, request people to test and give feedback.

I have followed the approach from this article, to test this you basically need to have bsdtar and xz.

Use the following command to test this PR:

dart pub global activate --source git https://github.com/prateekmedia/flutter_distributor --git-ref pacman --git-path packages/flutter_distributor

Closes #175

lijy91 commented 2 weeks ago

LGTM

lijy91 commented 2 weeks ago

@prateekmedia Can you provide some documentation for pacman maker?

prateekmedia commented 2 weeks ago

@lijy91 Where should I place the documentation?

lijy91 commented 2 weeks ago

https://github.com/leanflutter/flutter_distributor/tree/main/website/src/content/docs/makers

kjxbyz commented 2 days ago

flutter_distributor adds support for pacman, but documentation is missing.