Skip to content

Commit 608c0ca

Browse files
authored
Create packaging.md
1 parent 3b4ceb6 commit 608c0ca

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

doc/dev_guide/packaging.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Packaging API Dash
2+
3+
## Windows
4+
5+
[Packaging and Distributing Flutter Desktop Apps : Creating Windows .exe installer](https://medium.com/@fluttergems/packaging-and-distributing-flutter-desktop-apps-the-missing-guide-for-open-source-indie-0b468d5e9e70)
6+
7+
## macOS
8+
9+
[Packaging and Distributing Flutter Desktop Apps: Creating macOS .app & .dmg](https://medium.com/@fluttergems/packaging-and-distributing-flutter-desktop-apps-the-missing-guide-part-1-macos-b36438269285)
10+
11+
## Linux Debian (.deb) & RPM (.rpm)
12+
13+
[Packaging and Distributing Flutter Desktop Apps: Creating Linux Debian (.deb) & RPM (.rpm) builds](https://medium.com/@fluttergems/packaging-and-distributing-flutter-desktop-apps-the-missing-guide-for-open-source-indie-24ef8d30a5b4)
14+
15+
## Arch Linux (PKGBUILD)
16+
17+
TODO Instructions
18+
19+
## FlatHub (Flatpak)
20+
21+
TODO Instructions
22+
23+
## Homebrew
24+
25+
TODO Instructions
26+
27+
## Chocolatey
28+
29+
TODO Instructions
30+
31+
## WinGet
32+
33+
TODo Instructions

0 commit comments

Comments
 (0)