FLUTTER ECOSYSTEM

academind/flutter-complete-guide-course-resources

완전한 Flutter 및 Dart 강의용 강의 자료(코드 스냅샷 및 슬라이드)(https://acad.link/flutter).

flutter-complete-guide-course-resources 프로젝트 이미지
Stars
2.8천
Forks
1.1천
최근 푸시(UTC)
2026. 4. 24.
프로젝트 상태
활성
Academind GitHub avatar
GITHUB Organization

Academind ↗

Official Academind GmbH Repository

언어DartJavaScript

순위

원본 README

아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.

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.