Completed
⌨️ Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Flutter Course – Build Full Stack Google Docs Clone
Automatically move to the next video in the Classroom when playback concludes
- 1 ⌨️ Intro
- 2 ⌨️ Creating Flutter Project
- 3 ⌨️ Designing Login Screen
- 4 ⌨️ Google Cloud Platform oAuth Client ID
- 5 ⌨️ Google Auth Android Setup
- 6 ⌨️ Google Auth iOS Setup
- 7 ⌨️ Google Auth Web Setup
- 8 ⌨️ Important Note on Auth
- 9 ⌨️ Running on Web on specific port
- 10 ⌨️ Google Sign In using Node.js
- 11 ⌨️ What is Node.js?
- 12 ⌨️ Creating & setting up Node Server
- 13 ⌨️ MongoDB Setup
- 14 ⌨️ Creating Signup API
- 15 ⌨️ Calling Signup API - Client Side
- 16 ⌨️ Persisting the State - Explanation
- 17 ⌨️ Generating JWT
- 18 ⌨️ Auth Middleware
- 19 ⌨️ Local Storage
- 20 ⌨️ Testing on Android
- 21 ⌨️ Routing
- 22 ⌨️ Creating NavBar
- 23 ⌨️ Signing Out
- 24 ⌨️ Creating New Document
- 25 ⌨️ Displaying all documents created by Me
- 26 ⌨️ Designing Document Screen
- 27 ⌨️ Updating Document Title
- 28 ⌨️ Socket Introduction & Connection
- 29 ⌨️ Collaborative Editing
- 30 ⌨️ Auto-Save
- 31 ⌨️ Routing Back to Main Page
- 32 ⌨️ Sharing Link
- 33 ⌨️ Conclusion