From c06cdd20cec809765c6f382f8c567abbcf93a3f9 Mon Sep 17 00:00:00 2001 From: "Shams Zakhour (ignore Sfshaza)" <44418985+sfshaza2@users.noreply.github.com> Date: Thu, 12 Sep 2024 12:16:27 -0700 Subject: [PATCH] Adding a support page (#11128) Fixes https://github.com/flutter/website/issues/11110 cc @sethladd --------- Co-authored-by: Parker Lougheed --- src/_data/sidenav.yml | 2 + src/content/resources/support.md | 64 ++++++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+) create mode 100644 src/content/resources/support.md diff --git a/src/_data/sidenav.yml b/src/_data/sidenav.yml index 5ca3c26db6..8434a14b1e 100644 --- a/src/_data/sidenav.yml +++ b/src/_data/sidenav.yml @@ -9,6 +9,8 @@ - title: Learn more permalink: /get-started/learn-more - divider + - title: Where to get Flutter support + permalink: /resources/support - title: From another platform? permalink: /get-started/flutter-for children: diff --git a/src/content/resources/support.md b/src/content/resources/support.md new file mode 100644 index 0000000000..b63bb0484f --- /dev/null +++ b/src/content/resources/support.md @@ -0,0 +1,64 @@ +--- +title: Flutter support +description: Where can you get support when developing with Flutter. +--- + +Welcome! + +There are many different ways to get support +when developing with Flutter. +As Flutter is an open source project, +your options range from filing issues when you +run into bugs in the software, +to connecting with your local community, +to browsing and identifying a list of commercial agencies +and consultants who offer support services. + +## I want to report an issue with Flutter + +Visit how to [create a useful bug report](/resources/bug-reports). +Note that filing bugs is _not_ an efficient way to get tech support. + +## I want to ask questions about how to use Flutter + +Your best bet is to consult +[Stack Overflow](https://stackoverflow.com/questions/tagged/flutter), +or [Discord](https://discord.com/invite/rflutterdev). +While the community is active in these channels, +there is no official SLA on responding to new posts +or chats in these channels. + +## I want professional services support with Flutter + +Check out the +[Flutter consultants]({{site.main-url}}/consultants) +directory. + +## I want support from a Flutter expert + +Google has a cadre of [Google Developer Experts][] (GDEs), +non-Google employees with expertise in various areas +of Google technologies, such as Flutter and Dart. +GDEs are _not_ free consultants, but they often give +lectures, host meetups, run workshops, or make videos. +As part of the Dart and Flutter world-wide community, +they are a great resource. + +[Google Developer Experts]: https://developers.google.com/community/experts/directory?specialization=dart%2Cflutter + +## I want to get paid support from Google or the Flutter project + +As an open source project, +we're not set up to offer paid support. +We recommend checking out the +[consultancy program]({{site.main-url}}/consultants). + +{% comment %} +Add this when Crag's page is done... + +## I want to know if Flutter is right for me and my project + +Check out our whitepaper for CTOs and Decision Makers +check out the case studies + +{% endcomment -%}