Skip to content

Commit

Permalink
Adding a support page (#11128)
Browse files Browse the repository at this point in the history
Fixes #11110

cc @sethladd

---------

Co-authored-by: Parker Lougheed <[email protected]>
  • Loading branch information
sfshaza2 and parlough authored Sep 12, 2024
1 parent 24155fa commit c06cdd2
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/_data/sidenav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
64 changes: 64 additions & 0 deletions src/content/resources/support.md
Original file line number Diff line number Diff line change
@@ -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 -%}

0 comments on commit c06cdd2

Please sign in to comment.