ska2519 / complete-flutter-course

Complete Flutter Course Bundle - Flutter eCommerce App

Home Page:https://codewithandrea.com/courses/complete-flutter-bundle/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Complete Flutter Course Bundle - eCommerce App

This is the official repo for this course:

This will include a full-stack eCommerce app using Flutter & Firebase:

eCommerce App Preview

A Flutter web preview of the app can be found here:

Documentation & FAQ

This project includes a documentation website that can be found here:

Flutter Foundations - Course Syllabus

1. Intro & Project Overview

  1. What you will learn in this course
  2. Section overview
  3. VSCode Shortcuts, Extensions & Settings for Flutter development
  4. Join the Slack Channel
  5. Course Project on GitHub
  6. Download the Starter Project & pubspec.yaml overview
  7. eCommerce app overview
  8. Code walkthrough: project structure
  9. Exploring the codebase with the Widget Inspector (DevTools)
  10. UI Design Principles: Composition & Reusable Widget Classes
  11. Useful Widgets for Responsive Design
  12. App Localization

2. Navigation with GoRouter

  1. Section Intro
  2. Limitations of Navigator 1.0
  3. GoRouter installation & initial setup with MaterialApp.router
  4. Routes, sub-routes and navigation
  5. GoRouterHelper Extension and pageBuilder
  6. Adding some additional routes
  7. Routing by path vs routing by name
  8. Routing with parameters
  9. GoRouter error handling
  10. Navigating with go vs push
  11. Adding the remaining routes
  12. How to pop a route with GoRouter
  13. Nested Navigation
  14. Wrap up

3. Flutter App Architecture

  1. Section Intro
  2. Popular App Architectures: MVC, MVP, MVVM, Clean Architecture, Bloc
  3. Riverpod App Architecture with the Controller-Service-Repository Pattern
  4. Project Structure: Feature-first vs Layer-first
  5. The Repository Pattern and the Data Layer
  6. Implementing the "fake" products repository as a singleton
  7. Working with Future and Stream-based APIs
  8. Wrap Up

4. State Management with Riverpod - Part 1 (Product Listings)

  1. Section Intro
  2. Introduction to Riverpod
  3. Riverpod installation and setup
  4. Creating our first provider
  5. Reading providers with ConsumerWidget and Consumer
  6. Working with FutureProvider, StreamProvider, and AsyncValue
  7. Testing AsyncValue by adding a delay
  8. The family modifier
  9. The autoDispose modifier + advanced data caching options
  10. Creating a reusable AsyncValueWidget helper
  11. Wrap Up + Exercise

5. State Management with Riverpod - Part 2 (Authentication Flow)

  1. Section intro
  2. Implementing a fake authentication repository
  3. Intro: a reactive in-memory store with RxDart
  4. Implementing the InMemoryStore with RxDart
  5. Using the InMemoryStore in the FakeAuthRepository
  6. Accessing the FakeAuthRepository with ref.read() in the AccountScreen
  7. Creating our first controller using StateNotifier
  8. Using the StateNotifier inside the AccountScreen widget
  9. Listening to provider state changes with ref.listen()
  10. Bug-fix for Navigator.pop
  11. The AsyncValue.guard method
  12. Adding an AsyncValue extension method
  13. Using the authStateChangesProvider in HomeAppBar
  14. Intro to the email & password sign-in screen
  15. How to generate immutable state classes in Dart
  16. Using AsyncValue inside EmailPasswordSignInState
  17. Implementing the EmailPasswordSignInController
  18. Using the EmailPasswordSignInController in the widget class
  19. GoRouter redirects
  20. GoRouter: the refreshListenable argument
  21. Wrap Up

LICENSE: MIT

About

Complete Flutter Course Bundle - Flutter eCommerce App

https://codewithandrea.com/courses/complete-flutter-bundle/

License:MIT License


Languages

Language:Dart 78.0%Language:C++ 11.1%Language:CMake 5.2%Language:HTML 2.6%Language:Ruby 1.8%Language:Swift 0.8%Language:C 0.5%Language:Kotlin 0.1%Language:Objective-C 0.0%