starfreck / flutter-complete-guide-course-resources

Course resources (code snapshots & slides) for our complete Flutter & Dart course (https://acad.link/flutter).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Course resources (code snapshots & slides) for our complete Flutter & Dart course (https://acad.link/flutter).


Languages

Language:Dart 99.9%Language:JavaScript 0.1%