A Firebase Powered Messaging Flutter application.
Many users can chat using this app.
The app incorporates Firebase. I am using Firebase Cloud Firestore as well as the Firebase authentication package to equip chatify with a cloud-based NoSQL database and secure authentication methods.
- Incorporate Firebase into this Flutter app.
- Firebase authentication to register and sign in users.
- Created beautiful animations using the Flutter Hero widget.
- Created custom aniamtions using Flutter's animation controller.
- Concept of mixins and how they differ from superclasses.
- Concepts of Streams and how they work.
- Uses ListViews to build scrolling views.
- Uses Firebase Cloud Firestore to store and retrieve data on the fly.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.