From 608c0ca69039d45636e7ba3cdd200efd5f8e7749 Mon Sep 17 00:00:00 2001 From: Ashita Prasad Date: Sat, 25 Jan 2025 07:01:59 +0530 Subject: [PATCH 1/3] Create packaging.md --- doc/dev_guide/packaging.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 doc/dev_guide/packaging.md diff --git a/doc/dev_guide/packaging.md b/doc/dev_guide/packaging.md new file mode 100644 index 00000000..b174131d --- /dev/null +++ b/doc/dev_guide/packaging.md @@ -0,0 +1,33 @@ +# Packaging API Dash + +## Windows + +[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) + +## macOS + +[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) + +## Linux Debian (.deb) & RPM (.rpm) + +[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) + +## Arch Linux (PKGBUILD) + +TODO Instructions + +## FlatHub (Flatpak) + +TODO Instructions + +## Homebrew + +TODO Instructions + +## Chocolatey + +TODO Instructions + +## WinGet + +TODo Instructions From 4a4510303aed05da44ac27225006f1920def33ee Mon Sep 17 00:00:00 2001 From: Ashita Prasad Date: Sat, 25 Jan 2025 07:02:33 +0530 Subject: [PATCH 2/3] Update README.md --- doc/dev_guide/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/dev_guide/README.md b/doc/dev_guide/README.md index 1bfec4f7..4d7aee08 100644 --- a/doc/dev_guide/README.md +++ b/doc/dev_guide/README.md @@ -5,3 +5,5 @@ 3. [How to run tests?](https://github.com/foss42/apidash/blob/main/doc/dev_guide/testing.md) 4. [Integration Testing](https://github.com/foss42/apidash/blob/main/doc/dev_guide/integration_testing.md) 5. [List of API Endpoints for Testing](https://github.com/foss42/apidash/blob/main/doc/dev_guide/api_endpoints_for_testing.md) +6. [Packaging API Dash](https://github.com/foss42/apidash/blob/main/doc/dev_guide/packaging.md) +7. From 091642e08b66ab5edf9b3ec2f87ce5d05ed099eb Mon Sep 17 00:00:00 2001 From: Ashita Prasad Date: Sat, 25 Jan 2025 07:02:42 +0530 Subject: [PATCH 3/3] Update README.md --- doc/dev_guide/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dev_guide/README.md b/doc/dev_guide/README.md index 4d7aee08..3b167dff 100644 --- a/doc/dev_guide/README.md +++ b/doc/dev_guide/README.md @@ -6,4 +6,4 @@ 4. [Integration Testing](https://github.com/foss42/apidash/blob/main/doc/dev_guide/integration_testing.md) 5. [List of API Endpoints for Testing](https://github.com/foss42/apidash/blob/main/doc/dev_guide/api_endpoints_for_testing.md) 6. [Packaging API Dash](https://github.com/foss42/apidash/blob/main/doc/dev_guide/packaging.md) -7. +