/Flutter-Flash_Chat

Flutter Flash Chat App, which has been developed as part of the Complete Flutter Development Bootcamp by the AppBrewer, which I attended on LinkedInLearning .

Primary LanguageDart

This app is created as part of the London App Brewery: Complete Flutter Development Bootcamp, I have attended on LinkedInLearning.

BCH compliance

The Goal

The objective of this tutorial was to incorporate Firebase into a Flutter app. Using Firebase Cloud Firestore as well as the Firebase authentication package, the app was tequip with a cloud-based NoSQL database and secure authentication methods.

The task

Building a modern messaging app where users can sign up and log in to chat.

Finished App

Learning Outcome

  • How to incorporate Firebase into your Flutter projects.
  • How to use Firebase authentication to register and sign in users.
  • How to create beautiful animations using the Flutter Hero widget.
  • How to create custom aniamtions using Flutter's animation controller.
  • Learn all about mixins and how they differ from superclasses.
  • Learn about Streams and how they work.
  • Learn to use ListViews to build scrolling views.
  • How to use Firebase Cloud Firestore to store and retrieve data on the fly.