flutterquotesenderapp
a quote displaying app build using flutter which also supports in app messaging with other users.
topics covered
- firebase cloud firestoredata regarding the quotes, images and users is received from the firestore. the messages are also saved there.
- messaging through firebasethe app implements messaging feature as a side feature to help the users communicate. check out the following link for more details.
- shared prefrencesshared prefrences is used to save local user data. eg: user firebase id.
- pull to refreshin order to refresh data pull to refresh is implemented using package from
pub.dart
check packages used for more details. - drawerside drawer is used to provide some functionality to the user.
- clipperclipper 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
Comments are closed.