DEV Community

Muhammad Zein Ersyad
Muhammad Zein Ersyad

Posted on • Edited on

My simple chat app with Flutter

Overview of My Submission

I create a simple chat app with Flutter for Android and Web Platforms, the app itself used Appwrite Flutter SDK to help me build the app, and with default state management from Flutter itself.
The app also uses some other packages like Go Router ( because I want to deploy it into a web app ) and Secure Storage ( it helps me with auth ).
The inspiration behind the idea is I'm working on several projects ( small projects ) that require feature chat, and I know Appwrite has a real-time database on it, then I give it a try to test it out. ( FYI: it was amazing :) )

Submission Category:

Web2 Wizards, Mobile Moguls

Link to Code

GitHub logo Indieapps-Studio / chat.salingtanya.com

A simple project about Flutter x Appwrite, it's open source :)

Overview

I create a simple chat app with Flutter for Android and Web Platforms, the app itself used Appwrite Flutter SDK to help me build the app, and with default state management from Flutter itself The app also uses some other packages like Go Router ( because I want to deploy it into a web app ) and Secure Storage ( it helps me with auth ) The inspiration behind the idea is I'm working on several projects ( small projects ) that require feature chat, and I know Appwrite has a real-time database on it, then I give it a try to test it out. ( FYI: it was amazing :) )

Additional Resources / Info

Open source projects that I used

Info

LICENSE

MIT…

Additional Resources / Info

Open source projects that I used

Info

Top comments (2)

Collapse
 
moose_said profile image
Mostafa Said

Looking fantastic! great work.

Collapse
 
zersya profile image
Muhammad Zein Ersyad

Thank you!