Skype Clone in Flutter
Making a Skype Clone in Flutter - Completed
Checkout the course here : THE CS GUY
Null Safety + Firebase SDK Update
The code has been updated to accommodate the latest flutter standards for null-safety, changes in Firebase and Agora, and everything should now compile on Flutter 2.0.0+
The updated code can be found here: Rohit19060/skype_clone
Screenshots
Project Structure
This project is going to be divided in several different branches. As I release a new video, the content related to that video will be committed to the branch with the same name as that of the video.
-
MASTER - Code
-
Firebase Integration - Video - Code
-
Google Sign In - Video - Code
-
Getting Started With UI - Video - Code
-
Making Chat Screen - Video - Code
-
Search Screen And Functionality - Video - Code
-
Chat Screen UI - Video - Code
-
Exchaning Messages - Video - Code
-
Cleanup And Rearrangements - Video - Code
-
Emojis in Flutter - Video - Code
-
Exchanging Images - Video - Code
-
End to End Video Calling - Video - Code
12.5. [BREAKING - CHANGES] - Video - Code
-
Populating Chat List and Presence Indicator - Video - Code
-
User Profile and Logout - Video - Code
-
Implementing local storage with Hive and Sqlite - Video - Code
-
SQLite CRUD in Flutter - Video - Code
-
CRUD Operations in HIVE - Flutter Tutorial - Video - Code
-
Saving Call Logs Locally - Video - Code