Skip to content

Commit

Permalink
Merge pull request #32 from shorebirdtech/community
Browse files Browse the repository at this point in the history
doc: add a page about community
  • Loading branch information
eseidel authored Jul 10, 2024
2 parents b038449 + 5182475 commit 604aaf5
Showing 1 changed file with 69 additions and 0 deletions.
69 changes: 69 additions & 0 deletions src/content/docs/community.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
---
title: Shorebird
description: Shorebird in the Flutter Community
template: doc
---

## Shorebird Discord

Shorebird uses Discord for (almost) all public & private communications.
https://discord.gg/shorebird

On the Shorebird Discord we group channels:

- Public (publicly read/writeable)
- Customers (private between use and individual customers)
- External (publicly readable, Shorebird writeable)
- Internal (Shorebird private)

We intentionally co-locate our private communications in the same app as our
public customers use. This makes it easy to chat with our customers directly
every day, and helps us make sure we're fixing things they care about.

There are trade-offs with this approach.

One tradeoff is it makes it easier to accidentally post something private in a
public space. One of the ways we try to avoid this is by defaulting to public.
With few exceptions, we try to do everything in the public, thus reducing risks
of things "accidentally" being public.

Another potential downside is that as we've grown the chatter and support
burden can be difficult. You should feel empowered to mute as much of Discord
as you need to do get your job done.

## Flutter / Dart Discord Servers

If you're seeking more interaction with the Flutter community, here is a
list of other Flutter Discords which might be of use:

- Shorebird: https://discord.gg/shorebird
- Flutter (Google) Contributor's: https://github.com/flutter/flutter/blob/master/docs/contributing/Chat.md
- rFlutterDev: https://discord.com/invite/rflutterdev
- Dart Community: https://discord.com/invite/Qt6DgfAWWx
- WidgetBook: https://discord.com/invite/XxJGhvWzK3
- Bloc: https://discord.gg/bloc
- Blue Fire (Flame Engine): https://discord.com/invite/pxrBmy4
- Invertase: https://discord.com/invite/C9aK28N

## Talks & Events

We try to participate in various Flutter community events and conferences.

We are willing and able to sponsor some events. Please reach out to
[email protected] if interested.

Events we'll be at:

- FlutterCon USA 2024
- Flutter LatAM 2024

Recent events we've attended:

- Observable Flutter #46 [Recording](https://www.youtube.com/watch?v=HVRRUY0f0ko)
- Full Stack Flutter 2024 [Recording](https://www.youtube.com/watch?v=LPS0V3RbxDg) [Slides](https://docs.google.com/presentation/d/1CLHTg94HIFZ41mj9EeQ-wW7bbMXSdoG4LSBNiUpFO20/edit)
- Google I/O 2024 Meetup
- Sao Paulo Flutter Meetup April 2024 [Slides](https://docs.google.com/presentation/d/1cr80azyQqhZSP6UfHJG6w1ZncTWPSpsumjUOqv3DBx0/edit)
- FlutterCon EU 2023 [Slides](https://docs.google.com/presentation/d/1MlJut_BIdqY6VjR-ota5pZ2lGw7ROWX-wRwTERKiRnQ/edit)
- Flutter & Friends 2023 [Slides][https://github.com/felangel/flutter_friends_talk]
- Flutter Chicago August 2023
- Google I/O 2023 Meetup

0 comments on commit 604aaf5

Please sign in to comment.