From 3bdbc16e616d35e480108aa776e856673fe07370 Mon Sep 17 00:00:00 2001 From: bobycat22 Date: Thu, 28 Oct 2021 19:47:28 -0400 Subject: [PATCH 1/2] add beginner guide to source.md --- source.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source.md b/source.md index 31c6678..932c20c 100644 --- a/source.md +++ b/source.md @@ -88,6 +88,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Roadmap to Flutter Development](https://github.com/olexale/flutter_roadmap) - Visual roadmap with principles, patterns, and frameworks for Flutter newbies by [Olexandr Leuschenko](https://github.com/olexale). - [Layout Cheat Sheet](https://medium.com/flutter-community/flutter-layout-cheat-sheet-5363348d037e) - Extensive examples of layout widgets by [Tomek Polański](https://github.com/tomaszpolanski) - [Getting Started with Flutter](https://www.raywenderlich.com/24499516-getting-started-with-flutter) - by [raywenderlich.com](https://www.raywenderlich.com) +- [Beginner's Guide to Dart, Flutter, and Firebase](https://github.com/antz22/ultimate-guide-to-flutter) - A comprehensive and helpful guide to learning the basics of Flutter and Firebase for beginners, by [Anthony](https://github.com/antz22) ### Intermediate From 66437de07ec168284450840999b82f1801f7d731 Mon Sep 17 00:00:00 2001 From: Robert Felker <1295961+Solido@users.noreply.github.com> Date: Fri, 29 Oct 2021 18:06:38 +0200 Subject: [PATCH 2/2] Shorten desc --- source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source.md b/source.md index 932c20c..54355e6 100644 --- a/source.md +++ b/source.md @@ -88,7 +88,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Roadmap to Flutter Development](https://github.com/olexale/flutter_roadmap) - Visual roadmap with principles, patterns, and frameworks for Flutter newbies by [Olexandr Leuschenko](https://github.com/olexale). - [Layout Cheat Sheet](https://medium.com/flutter-community/flutter-layout-cheat-sheet-5363348d037e) - Extensive examples of layout widgets by [Tomek Polański](https://github.com/tomaszpolanski) - [Getting Started with Flutter](https://www.raywenderlich.com/24499516-getting-started-with-flutter) - by [raywenderlich.com](https://www.raywenderlich.com) -- [Beginner's Guide to Dart, Flutter, and Firebase](https://github.com/antz22/ultimate-guide-to-flutter) - A comprehensive and helpful guide to learning the basics of Flutter and Firebase for beginners, by [Anthony](https://github.com/antz22) +- [Beginner's Guide](https://github.com/antz22/ultimate-guide-to-flutter) - Comprehensive guide to the basics of Flutter and Firebase by [Anthony](https://github.com/antz22) ### Intermediate