Skip to content

Every tutorials are in their own separate branches. Check the readme file of each branch for more details. 📝

wootcot/flutter-youtube-tutorials

Repository files navigation

Part 1: Flutter High Level Simplified Architecture with Riverpod

Click to view tutorial 👉🏻

How to follow along?

Create a brand new Flutter project using the following command to follow along.

flutter create --org com.tutorial --description 'your_description' flutter_tutorial -i swift -a kotlin

Folder Structure Used

  • lib/
    • core
      • models
      • screen_controllers
      • services
    • ui
      • screens
      • widgets
    • main.dart

Tutorial Overview

We will convert this workflow into our flutter project.

Riverpod Workflow


Part 2: Additional Riverpod Concepts - Flutter

Click to view tutorial 👉🏻

Part 2: Riverpod Additional Concepts

About

Every tutorials are in their own separate branches. Check the readme file of each branch for more details. 📝

Topics

Resources

Stars

Watchers

Forks