From f7f00196aba4fc9f4f3ae82ce9eae9caae8b6013 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 --- README.md | 8 +++++--- ecommerce_app/README.md | 10 +++++++++- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5a0bda35..4ea0980d 100644 --- a/README.md +++ b/README.md @@ -33,11 +33,13 @@ git reset --hard HEAD git checkout ``` -## Documentation & FAQ +## Troubleshooting -This project includes a documentation website that can be found here: +If the course project doesn't compile or run for you, there are a number of things to look out for. -- [Complete Flutter Course Bundle - Documentation](https://docs.page/bizz84/complete-flutter-course) +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) ## Flutter Foundations - Course Syllabus diff --git a/ecommerce_app/README.md b/ecommerce_app/README.md index 53ac57cd..b840cfc7 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 course 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