
Create a new flutter project in android studio, organize folders (helper, model, services, screens), and install firebase_core, cloud_firestore, and shared_preferences to enable authentication and data storage.
Initialize a Firebase project within a Flutter chat app, set up authentication flows for sign in and sign up, and manage connection states with FutureBuilder.
Build the login and signup screens for a flutter chat app, implementing circular progress indicators, username input and validation, and navigation between sign in and sign up with loading states.
Learn to set up firestore in a flutter project, create a users collection, and implement functions to save user data and query by username or email.
Implement Firebase authentication for sign up in a Flutter chat app, including username checks, saving username, registering with email and password, signing out, and navigating post-login.
Implement login and sign-up flows in a flutter chat app using firebase, handling email and password authentication, importing database functions, and navigating seamlessly after authentication.
Implement the all chat screen in a Flutter app using a scaffold and safe area with sizing, add a floating button and a back button, and manage state for navigation.
Design the all chat screen part 2 by refining the on screen layout with containers, chatroom id handling, and font size adjustments, including verification steps and UI testing.
Design a dedicated search screen for the Flutter chat app, implementing a safe area layout, a styled text input with decorations, and a functional search button to trigger queries.
Design a search screen for a Flutter chat app with Firebase, featuring a user search title and name and email displays, with box decoration and border radius.
Test the create chat room function by calling it and saving the chat room, then verify a chat rooms collection with Teddy and Mike as users and the deco ID.
Design and implement the conversation screen in a flutter chat app, including the message list, text input, send button, avatars, pink accents, and safe-area layout.
Build a Flutter chat conversation screen with Firebase, including a message title, styled bubbles, sender-based alignment, and Firestore functions to add and fetch messages.
Develop real-time conversation features for a Flutter chat app with Firebase, using a text editing controller and database methods to send messages, with snapshots and streams for live updates.
Implement a real-time chat rooms screen in a Flutter app by fetching all chat rooms for a user from Firebase, using snapshots to display chat room IDs.
Build a Flutter chat application with Firebase, enabling user search, sending messages, and sign-out, while validating features with a running checklist across chat rooms.
You don't need to learn Android/ Java and iOS/ Swift to build real native mobile apps!
Flutter - a framework developed by Google - allows you to learn one language (Dart) and build beautiful native mobile apps in no time. Flutter is a SDK providing the tooling to compile Dart code into native code and it also gives you a rich set of pre-built and pre-styled UI elements (so called widgets) which you can use to compose your user interfaces.
Flutter is extremely trending and gets used for major Google apps like their Adwords app - it's now marked as "ready for production", hence now is the time to jump in and learn it!
WHAT WILL WE BE BUILDING?
In this course, we are going to build a flutter chat application using firebase as the backend of this application.
WHAT ARE THE FEATURES IN THIS APP?
Good looking Real-time Messaging Application
Finding other Users by searching
Realtime Messaging
Authentication
State Management
Handling and validating user input
At the end of this course you will get clear idea about how to use flutter with firebase and how to manage use shared preferences inside an application. Also you will know what are the main important concepts like Future Builders, Stream Builders and etc.
We hope you will get good experience about flutter and this course will lead you to be a mobile developer. Good Luck All !!!
This course is for you if ...
You're interested in building real native mobile apps for the two most popular mobile platforms - iOS and Android
You want to explore the full set of features Flutter offers
Don't want to spend hours learning two completely different languages
Course prerequisites:
Basic programming language knowledge will help a lot but is not a hard requirement
You DON'T need to know Flutter or Dart
You DON'T need to know iOS (Swift/ObjectiveC) or Android (Java)