flutter / website

Flutter documentation web site
https://docs.flutter.dev
Other
2.8k stars 3.21k forks source link

Submitting Additional Resources (Articles) for building various Flutter desktop distributions (`.dmg`, `.exe`, `.deb`, `.rpm`) #10084

Closed ashitaprasad closed 5 months ago

ashitaprasad commented 7 months ago

Page URL

https://docs.flutter.dev/platform-integration

Page source

No response

Describe the problem

I recently published a 3-articles series which provides step-by-step process for creating various distribution builds (.dmg, .exe, .deb, .rpm) that can be distributed the indie way or open source way via GitHub or self-hosting. Distribution via official stores has been extensively documented in the Flutter docs, and these articles will complement the existing docs and provide Flutter developers with resources to learn how to distribute their Flutter desktop apps via distribution methods followed by the open source community.

The articles are not behind any membership wall/paywall and are free to read.

Link to all the articles:

  1. Series Introduction and Creating macOS .app & .dmg - Link
  2. Creating Windows .exe installer - Link
  3. Creating Linux Debian (.deb) & RPM (.rpm) builds - Link

Can I submit a PR to add the links to these articles to the relevant pages of the docs as it would greatly benefit the Flutter community.

So far, the entire article series has been very well received and appreciated by the community (Ref 1, Ref 2, Ref 3).

Expected fix

Adding Article links to the Other resources section of the desktop platforms (Windows, macOS & Linux) inside Platform integration.

They can also go inside the Deployment section, but this section covers the official channels in detail and adding these articles here felt a little out of place to me.

Please do let me know the most relevant section where adding them would benefit Flutter developers the most.

Additional context

No response

I would like to fix this problem.

huycozy commented 7 months ago

Hi @ashitaprasad I think this is best suited to Deployment sections rather than putting them to Platform integration. Let's wait for other other's opinions.

ashitaprasad commented 7 months ago

Sure @huycozy It was definitely a bit tricky when I was deciding. To further elaborate on my chain of thought:

I hope the above points will help in better deciding the relevant sections. Eagerly waiting for everyone's opinion. Thank you!

atsansone commented 7 months ago

@dnfield : I think these are good resources. Can we discuss?

ashitaprasad commented 7 months ago

Hi @dnfield Can you kindly take a took at the resources and provide your feedback. Thanks!

sfshaza2 commented 5 months ago

Hi, @ashitaprasad! These resources do look good and I am ok with your placement of these docs. Please go ahead and submit a PR. thx!

ashitaprasad commented 5 months ago

Thank you @sfshaza2 I have raised the PR #10406