https://github.com/piotrfleury/flutter-messenger
Sample messenger app for Flutter training
https://github.com/piotrfleury/flutter-messenger
Last synced: 3 months ago
JSON representation
Sample messenger app for Flutter training
- Host: GitHub
- URL: https://github.com/piotrfleury/flutter-messenger
- Owner: PiotrFLEURY
- License: bsd-3-clause
- Created: 2022-09-18T16:21:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-18T17:42:22.000Z (over 2 years ago)
- Last Synced: 2024-12-28T05:25:54.760Z (4 months ago)
- Language: CMake
- Size: 56.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flutter-messenger
Sample messenger app for Flutter training.
## Design
This app is inspired by the [Messenger Dashboard](https://dribbble.com/shots/16080737-Messenger-Dashboard) design from [Kemonn](https://dribbble.com/kemonn).
## Data
All data used in this app comes from random data APIs.
### Text data
Text is generated by [DeepAPI](https://deepai.org/machine-learning-model/text-generator).
### Users data
Users data is generated by [Random User Generator](https://randomuser.me/).
### Images data
Images are generated by [Lorem Picsum](https://picsum.photos/).