All Projects → GetStream → flutter-samples

GetStream / flutter-samples

Licence: MIT license
A collection of sample apps that use Stream

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to flutter-samples

WhatsAppUIClone
WhatsApp UI Clone with Flutter
Stars: ✭ 66 (-72.27%)
Mutual labels:  flutter-apps, flutter-examples
flutter mentor app
Mentor app is built in flutter.
Stars: ✭ 39 (-83.61%)
Mutual labels:  flutter-apps, flutter-examples
beer-app
🍺 Example App - Paginate API response with BLoC in Flutter
Stars: ✭ 20 (-91.6%)
Mutual labels:  flutter-apps, flutter-examples
Churu
出入是一款用Flutter开发的简约记账应用。
Stars: ✭ 44 (-81.51%)
Mutual labels:  flutter-apps, flutter-examples
car rental lite
A platform for car sharing where users can book any car that suits their needs and wants for their intended journey, from the closest hosts in the community.
Stars: ✭ 28 (-88.24%)
Mutual labels:  flutter-apps, flutter-examples
data examples
An example app showing different ways to pass to and share data with widgets and pages.
Stars: ✭ 56 (-76.47%)
Mutual labels:  flutter-apps, flutter-examples
quickstart-flutter
No description or website provided.
Stars: ✭ 22 (-90.76%)
Mutual labels:  flutter-apps, flutter-examples
weather app flutter
This is a sample Flutter Weather Forecast App for Android and iOS. Without using any state management packages.
Stars: ✭ 30 (-87.39%)
Mutual labels:  flutter-apps, flutter-examples
Flutter-Cryptowallet
Flutter based Cryptowallet App
Stars: ✭ 73 (-69.33%)
Mutual labels:  flutter-apps, flutter-examples
connectycube-flutter-call-kit
A Flutter plugin for displaying call screen when the app in the background or terminated.
Stars: ✭ 35 (-85.29%)
Mutual labels:  flutter-apps, flutter-examples
flutter-system
Flutter Widgets,Components,Demos,Pages:从入门到产品级开发
Stars: ✭ 29 (-87.82%)
Mutual labels:  flutter-apps, flutter-examples
vpn app
Simple Vpn app concept UI done in Flutter.
Stars: ✭ 67 (-71.85%)
Mutual labels:  flutter-apps, flutter-examples
flutter-furniture-app
Flutter Furniture UI
Stars: ✭ 25 (-89.5%)
Mutual labels:  flutter-apps, flutter-examples
flip view
A Flutter app with flip animation to view profiles of friends. 🌟
Stars: ✭ 69 (-71.01%)
Mutual labels:  flutter-apps, flutter-examples
Spotify-Clone-using-Flutter
Welcome to Flutter Day 1 to 30 — Building a Spotify Clone using Flutter
Stars: ✭ 48 (-79.83%)
Mutual labels:  flutter-apps, flutter-examples
shoppers
Flutter E-Commerce App using Firebase, Razorpay and Stripe
Stars: ✭ 94 (-60.5%)
Mutual labels:  flutter-apps, flutter-examples
SocialMedia-App
A fully functional social media app built with flutter with multiple features
Stars: ✭ 646 (+171.43%)
Mutual labels:  flutter-apps, flutter-examples
flutter projects
This is a set of small projects focused solely on the development of the graphical interface with Flutter
Stars: ✭ 524 (+120.17%)
Mutual labels:  flutter-apps, flutter-examples
Knockdown-Flutter
Enough exercises to knockdown the fear of Flutter in you 👊
Stars: ✭ 33 (-86.13%)
Mutual labels:  flutter-apps, flutter-examples
flutter-app
Full Feature Todos Flutter Mobile app with fireStore integration.
Stars: ✭ 138 (-42.02%)
Mutual labels:  flutter-apps, flutter-examples

Stream Flutter Samples

😎 Repo Overview

This repo contains official Stream projects, guides, links to helpful resources, and excellent tutorials and samples developed by the Flutter community.

Quick Links

Chat:

Feeds:

🔎 Official Samples and Tutorials

🔮 Official Samples

Stream Chat Sample Application

A fully fledged messaging application, demoing everything you can do with Stream Chat Flutter, using our UI package.

• Maintained to support the latest version of the SDK
• Combination of pre-made widgets and custom widgets
• Light & dark themes
• Localization
• Multiple users accounts
• Message search and filtering
• Create private and group chats
• View @mentions
• View pinned messages, files, photos and videos
• Base Stream Chat functionality

> Source Code

Stream Chat Flutter Sample App
⚙️ Tutorials

Stream Chat Flutter Core Application

> YouTube Tutorial Playlist

An ongoing, beginner friendly, series, demoing how to use the Stream Chat Flutter Core package for lower level control and customization options.

• Custom UI components
• Lower level client integration
• Light & dark themes
• Multiple users accounts
• Firebase Authentication
• Firebase Cloud Functions to generate user tokens
• Create private chats

> Source Code

Chatter Application Preview

Instagram Clone

> YouTube Tutorial
> Written Tutorial

A tutorial showing how to use Stream Feed Flutter to create an Instagram clone using activity feeds.

• Instagram-like animations and transitions
• Light & dark themes
• Add and change profile pictures
• Multiple users accounts
• State management with Provider
• Application architecture
• Add photo posts to your own user feed (activities)
• Follow/Unfollow other users' feeds
• Add comments and likes (reactions)

> Source Code

Chatter Application Preview

iMessage Clone

> Written Tutorial

This tutorial shows how to use Stream Chat Flutter Core to create a basic chat application, styled similar to iMessage.

• Custom chat bubbles with a custom painter
• Core chat components
• Sending attachments
• Chat functionality
• List all channels
> Source Code

Chatter Application Preview

Chess Game in Chat

> Written Tutorial

A fun tutorial showing you how customizable Stream Chat Flutter is by adding a chess game to your chat app.

• Custom Stream Chat Attachments
• Two player, or group match
• Sending attachments
• Base chat functionality
• Updating messages/attachments
> Source Code

Chess Game Chat Preview
⚙️ Codelabs

Animated Stickers And Reactions With Rive

> Codelab

Add animated reactions and stickers to your chat application using Rive.

• Rive animations
• Custom attachments
• Custom reactions

> Source Code

Animated Reactions/Stickers with Rive

Chat Guides

See here for all our chat guides.

These guides explore our UI components in greater detail and demonstrate how to easily perform a variety of common actions using the Stream Chat Flutter SDK, such as:

Chat Tutorials

Chat tutorials that go into greater detail on certain topics:

What is Stream?

Stream allows developers to rapidly deploy scalable feeds and chat messaging with an industry-leading 99.999% uptime SLA guarantee.

With Stream's chat components, developers quickly add chat to their app for a variety of use-cases:

  • Livestreams like Twitch or Youtube
  • In-Game chat like Overwatch or Fortnite
  • Team style chat like Slack
  • Messaging style chat like Whatsapp or Facebook's messenger
  • Commerce chat like Drift or Intercom

📕 Historic Projects

These projects are not actively maintained. They were developed using older versions of our packages and Flutter.

  • Stream Chatty Stream Chatty is a sample chat app made in Flutter using Stream Chat, Firebase, and flutter_bloc. It has full light and dark mode support, real-time chat, and full authentication using Firebase auth.

🛠 Requirements

Before running this project, please ensure Flutter is installed and configured on your machine. If you're new to Flutter, please check out the official guide with installation instructions for your OS.

📈 Contributing

  • How can I submit a sample app?
    • Apps submissions are always welcomed! 🥳 Open a pr with a proper description, and we'll review it as soon as possible
  • Spot a bug 🕷?
    • We welcome code changes that improve the apps or fix a problem. Please follow all best practices and add tests if applicable before submitting a Pull Request on Github.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].