FLUTTER ECOSYSTEM

academind/flutter-complete-guide-course-resources

我們完整的 Flutter 與 Dart 課程的課程資源(程式碼快照與簡報)(https://acad.link/flutter)。

flutter-complete-guide-course-resources 專案封面
Stars
2760
Forks
1097
最近推送(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.