From 98221adf38fe4e4b94793ec37165dac8168da7b1 Mon Sep 17 00:00:00 2001 From: Andrea Bizzotto Date: Wed, 6 Nov 2024 14:59:51 +0000 Subject: [PATCH] Add README link to List of Common Problems and Solutions --- ecommerce_app/README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/ecommerce_app/README.md b/ecommerce_app/README.md index 53ac57cd..6224f104 100644 --- a/ecommerce_app/README.md +++ b/ecommerce_app/README.md @@ -2,7 +2,7 @@ This is the official Flutter Project for this course: -- [Complete Flutter Course Bundle](https://codewithandrea.com/courses/complete-flutter-bundle/) +- [Flutter Foundations](https://codewithandrea.com/courses/flutter-foundations/) This will include a full-stack eCommerce app using Flutter & Firebase: @@ -33,4 +33,12 @@ git reset --hard HEAD git checkout ``` +## Troubleshooting + +If the starter project doesn't compile or run for you, there are a number of things to look out for. + +I'm keeping a list of all the FAQs here: + +- [List of Common Problems and Solutions](https://pro.codewithandrea.com/flutter-foundations/a1-common-problems/a-intro) + ### [LICENSE: MIT](../LICENSE.md) \ No newline at end of file