A messaging application built using Flutter, Stream, and Rive
Read Time:40 Second

A messaging application built using Flutter, Stream, and Rive

0 0

Sticker Chat

A messaging application built using Flutter, Stream, and Rive

Sticker chat is a messaging application built using Flutter, Stream, and Rive.

Sticker chat is a messaging application built using Flutter, Stream, and Rive. It allows users to send and receive messages in real-time in just a few lines of code.

The project is broken up into a few key folders 🗂:

  • lib: Directory containing all Flutter/Dart code.
  • app: Application setup and configuration
  • models: Domain model used throughout the codebase
  • screens: UI widgets displayed to the user. This directory also contains the subfolder «desktop,» which holds code for devices with large screen sizes.
  • utils: Helper functions and extensions
  • widgets: Reusable pieces of UI used by both the desktop and mobile layouts.

Animations sourced from Rive’s community center. Check out their website for awesome animated assets.

GitHub

https://github.com/Nash0x7E2/sticker-chat

Happy
Happy
0 %
Sad
Sad
0 %
Excited
Excited
0 %
Sleepy
Sleepy
0 %
Angry
Angry
0 %
Surprise
Surprise
0 %

Average Rating

5 Star
0%
4 Star
0%
3 Star
0%
2 Star
0%
1 Star
0%

Deja una respuesta

Entrada anterior A Flutter app with flip animation to view profiles of friends
Entrada siguiente An Ubuntu desktop settings app made with Flutter