FLUTTER ECOSYSTEM

academind/flutter-complete-guide-course-resources

Recursos do curso (instantâneos de código e apresentações) para o nosso curso completo de Flutter e Dart (https://acad.link/flutter).

Capa do projeto flutter-complete-guide-course-resources
Stars
2,8 mil
Forks
1,1 mil
Último push (UTC)
24 de abr. de 2026
Status do projeto
Ativo
Academind GitHub avatar
GITHUB Organization

Academind ↗

Official Academind GmbH Repository

LinguagensDartJavaScript

Rankings

README original

Texto original em inglês. Visite o GitHub para a versão atual.

Expandir / recolher README

Flutter & Dart - The Complete Guide Course Resources

This repository contains various course resources (code snapshots, slides etc.) for our Flutter & Dart - The Complete Guide course.

How To Use

This repository contains three main folder:

Using the Code Snapshots

The Code Snapshots exist to help you debug your code. You can use them to compare your code to the code written in the course in case you get stuck.

If you can't find the error that's causing your app to crash or look differently, use the snapshot files to, step-by-step, replace your code with the one provided here. This should allow you to narrow down the issue and fix your code.

The code snapshot folders contain the lib/ folder, any additional assets that might be needed and the pubspec.yaml file (which can be used to identify which third-party packages must be installed).

Please note that the code snapshots are not standalone projects that may be executed! They only exist to help you compare your code!

Finding the Right Code Snapshot

Inside the Code Snapshots folder, you find subfolders for the different course sections. For example, Code Snapshots/02 Flutter & Dart Basics I refers to the second course section.

Inside the course section folders, you typically find multiple snapshots per section. These different snapshots reflect different stages of the demo project throughout the section. The individual snapshot folder names were chosen according to the lectures they belong to.