FlutterQuoteSenderApp
A Quote displaying app build using flutter which also supports in app messaging with other users.
Topics Covered
-
Firebase Cloud Firestore
Data regarding the quotes, images and users is received from the firestore. The messages are also saved there.
-
Messaging through firebase
The app implements messaging feature as a side feature to help the users communicate. Check out the following link for more details.
-
Shared Prefrences
Shared prefrences is used to save local user data. eg: User firebase id.
-
Pull to refresh
In order to refresh data pull to refresh is implemented using package from
pub.dart
check packages used for more details. -
Drawer
Side drawer is used to provide some functionality to the user.
-
Clipper
Clipper class is used to create custom shaped widgets. Check out the link for more details.
Plugins/Packages used
http
url_launcher
flutter_svg
google_fonts
pull_to_refresh
intl
cloud_firestore
firebase_core
Authors
Aman Negi – Initial work