sticker chat
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.
Comments are closed.