Skip to content

Commit

Permalink
Add README link to List of Common Problems and Solutions
Browse files Browse the repository at this point in the history
  • Loading branch information
bizz84 committed Nov 6, 2024
1 parent a12b54b commit f7f0019
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,13 @@ git reset --hard HEAD
git checkout <branch-name>
```

## 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

Expand Down
10 changes: 9 additions & 1 deletion ecommerce_app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -33,4 +33,12 @@ git reset --hard HEAD
git checkout <branch-name>
```

## 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)

0 comments on commit f7f0019

Please sign in to comment.