Skip to content

Commit 27dfca3

Browse files
authored
Merge branch 'foss42:main' into web_socket
2 parents d29c51f + 091642e commit 27dfca3

File tree

3 files changed

+692
-13
lines changed

3 files changed

+692
-13
lines changed

doc/dev_guide/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@
55
3. [How to run tests?](https://github.com/foss42/apidash/blob/main/doc/dev_guide/testing.md)
66
4. [Integration Testing](https://github.com/foss42/apidash/blob/main/doc/dev_guide/integration_testing.md)
77
5. [List of API Endpoints for Testing](https://github.com/foss42/apidash/blob/main/doc/dev_guide/api_endpoints_for_testing.md)
8+
6. [Packaging API Dash](https://github.com/foss42/apidash/blob/main/doc/dev_guide/packaging.md)
9+

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)