Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 2.63 KB

README.md

File metadata and controls

45 lines (34 loc) · 2.63 KB

Odysee Badge YouTube Badge Twitch Badge Flutter Explained

Tutorial for State Management

This repository presents the state management tutorial.

How to use this repository

You will find for each tutorial two branches.

  1. Solution Branch that is named by the package_solution (e.g cubit_solution)
  2. Tutorial Branch that is named by the package_tutorial (e.g cubit_tutorial)

In the tutorial branch you will get all the different tasks that we solve in the video step by step. Just open your TODO tab and you will find all the necessary steps to follow along.

If you have some feedback it would be great if you add that to the issue with this we know how to improve.

Table of Content

All solutions are also part of the master channel to let them run you have to change the widgets in main.dart Cubit Solution setState Solution

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.