\
0:00 Introduction
App - Setup new Flutter Project & Authenticate new Sellers\
23:08 Create & Setup new Flutter Project - Adding images & assets
33:41 Create and Setup a Splash Screen
45:47 Implementing Tab Bar View for Login and SignUp
57:57 Custom Text Form Field
1:10:52 Signup Form
1:33:05 Login Form
1:37:54 Pick Image from Gallery
1:42:03 Get Current Location - Latitude, Longitude and Address - GeoCoding GeoLocator
2:01:28 Connect Sellers App to Firebase and Initialise Firebase in App
2:16:19 Error Alert Dialog
2:19:47 Form Validation
2:31:19 Fix error and Implement Loading Dialog with Progress Bar
2:39:50 Upload Image to Firebase Cloud Storage
2:50:39 Authenticate Seller and Save Data to Firestore Database - SignUp Seller
3:08:12 Save Data Locally with SharedPrefrences
3:18:41 Checked if seller Already Logged-in or NOT
3:26:17 Read Local Data and Logout Seller
3:37:38 Allow seller to Login and save Data Locally using SharedPrefrences
App - Setup new Flutter Project & Authenticate new Riders\
3:59:24 Create new Flutter Project for Riders App - Add Assets & Images
4:05:22 Splash Screen
4:12:46 Connect Riders App with Firebase
4:17:48 Allow riders to SignUp and Signin
4:34:46 Check if a Rider Record exists or not
App - Check if a Seller Record Exists\
4:52:57 Check if a Seller Record Exists or Not
App - Setup new Flutter Project & Authenticate new Users\
5:00:05 Create new Project and Add Assets & Images
5:05:00 Add Splash Screen
5:09:18 Connect App with Firebase and Fix new Fonts Error
5:18:08 Login & Signup users and Check if a user Record Exists or not
App - Implementing Drawer\
5:33:14 Drawer Header
5:43:10 Drawer Body
App - Retrieve & Display all Cafes Restaurants, Display Food Items Slider\
5:49:43 Implementing Carousel Slider for Displaying Food Items Images
6:04:52 Sellers Model Class - Retrieve & Display CafesRestaurants part 1
6:12:04 Query to Read Sellers Collection - Retrieve & Display CafesRestaurants part 2
6:21:04 Implement Design to Display Info - Retrieve & Display CafesRestaurants part 3
App - Allow Sellers to UploadAdd new Menus - Retrieve & Display Menus\
6:32:50 Implement Sellers Drawer
6:38:23 Design Menus Upload Screen
6:53:12 Capture menu image with Camera - Pick menu image from Gallery
7:04:59 Implement Upload Menus Form Screen Design
7:21:53 Validation of Menus Upload Form
7:33:59 Upload Menu Image and Get Image url as return
7:42:09 Save menu info to Firestore Database
7:56:17 Create Menus Model and Create Design to Display Menus
8:04:39 Retrieve and Display Menus on Sellers Home Screen
App - Allow sellers to UploadAdd new Items to Menus\
8:22:21 Design Upload Screen and Upload Items Form Screen
8:41:20 AddUpload new Items to Menus
8:59:21 Retrieve and Display Items
9:12:56 Display Menus and Items in Descending order
App - Retrieve & Display Menus and Items\
9:18:01 Retrieve and Display Menus
9:41:47 Retrieve and Display items
App - Add increment & decrement Counter for item - Display Items Details\
9:54:49 Add Cart icon with items Number Badge - Work on items Details Screen
10:09:51 Implement Food items increment, decrement Counter and Display food item details
App - Add Cart System - Add to Cart & Show items Badge on AppBar\
10:25:46 Implement Add Food Items to Cart Feature
10:53:01 Check if item Already Exist in Cart
11:15:48 Update and Show items Number Badge at Real Time using PROVIDER
App - Shopping Cart System Retrieve & Display user Cart Items, Clear Cart\
11:31:03 Cart Screen Design - Clear Cart and Check Out Button
11:42:07 Fetch items Quantity Numbers Separately
11:58:45 Implement Cart items Design