Completed
Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Flutter App Development Course – Build a Twitter Clone with Appwrite and Riverpod
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Appwrite & Docker Installation
- 3 Important Appwrite Commands
- 4 Appwrite Setup for Android & iOS
- 5 Setting up Flutter Project
- 6 Architectural & Folder Pattern
- 7 Login UI
- 8 Signup UI
- 9 Signing Up User with Appwrite Auth
- 10 Providing the Class / Dependency Injection
- 11 Signing Up User contd. Auth Controller
- 12 Login User with Appwrite Auth
- 13 Adding Proper Navigation
- 14 Persisting Auth State
- 15 Saving User Data to Appwrite Database
- 16 FIXING Android Related Problems
- 17 Solving Appwrite unauthorized_scope Problem
- 18 Home Screen UI
- 19 Create Tweet Screen UI
- 20 FIXING User Data Storage & Retrieval Bug
- 21 Create Tweet Screen UI contd.
- 22 Picking Multiple Images & Displaying in Carousel
- 23 Storing Tweets to Appwrite Database & Appwrite Storage
- 24 Displaying Tweets
- 25 Displaying New Tweets LIVE with Appwrite Realtime
- 26 Like Button Animation
- 27 Liking Tweet
- 28 Retweeting / Resharing Tweet Realtime
- 29 Replying to other user’s Tweets
- 30 Searching Users
- 31 Displaying User Profiles
- 32 Editing User Own Profile
- 33 Updating User Profile Data Realtime
- 34 Following Other users
- 35 Sending Notifications when User Likes
- 36 FIXING Like Bug
- 37 Displaying & Sending Notifications
- 38 Displaying Posts By Hashtags
- 39 Side Drawer UI & Navigation to Current User Profile
- 40 TWITTER BLUE
- 41 Logging Out with Appwrite Auth
- 42 Conclusion