-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #11110 cc @sethladd --------- Co-authored-by: Parker Lougheed <[email protected]>
- Loading branch information
Showing
2 changed files
with
66 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 -%} |