From a8760f0aa57a16381d2a2d32525decf615d7d450 Mon Sep 17 00:00:00 2001 From: Milad Zarour <50852900+MiladZarour@users.noreply.github.com> Date: Sat, 10 Dec 2022 21:58:58 +0100 Subject: [PATCH 1/6] updating link for Section 9 AudioCache Hi Hi I would like to collaborate and edit some links that I couldn't found I found that [AudioCache Documentation] in Section 9 is not available if I found more , I will try find the ones is working and paste it here --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 754a7ee..90f8d7b 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ * [Flutter Packages](https://pub.dartlang.org/flutter) * [Guide to Using Flutter Packages](https://flutter.dev/docs/development/packages-and-plugins/using-packages) * [Luan Nico's Audioplayers Package](https://pub.dartlang.org/packages/audioplayers) -* [AudioCache Documentation](https://github.com/bluefireteam/audioplayers/blob/master/packages/audioplayers/doc/audio_cache.md) +* [AudioCache Documentation](https://pub.dev/documentation/audioplayers/latest/audioplayers/AudioCache-class.html) * [DartPad Functions Exercise](https://dartpad.dartlang.org/4bf7549c820d1adb4be8673e92820e43) * [Xylophone Completed Project](https://github.com/londonappbrewery/Xylophone-Flutter-Completed) From 8907ea24dabfa07d04f01abd79058c338b75a97c Mon Sep 17 00:00:00 2001 From: Milad Zarour <50852900+MiladZarour@users.noreply.github.com> Date: Sat, 10 Dec 2022 22:00:57 +0100 Subject: [PATCH 2/6] Updated [Expanded Class] in Section 7 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90f8d7b..ddf9574 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ ## Section 7: Dicee - Building Apps with State * [Dicee Stub Project](https://github.com/londonappbrewery/dicee-flutter) -* [Expanded Class](https://docs.flutter.io/flutter/widgets/Expanded-class.html) +* [Expanded Class](https://api.flutter.dev/flutter/widgets/Expanded-class.html) * [Image Widget Documentation](https://docs.flutter.io/flutter/widgets/Image-class.html) * [FlatButton Documentation](https://docs.flutter.io/flutter/material/FlatButton-class.html) * [Run code snippets on DartPad](https://dartpad.dartlang.org/) From f392996918dc5f888a45498d88d865d85c868650 Mon Sep 17 00:00:00 2001 From: Milad Zarour <50852900+MiladZarour@users.noreply.github.com> Date: Sat, 10 Dec 2022 22:04:02 +0100 Subject: [PATCH 3/6] Update [Scaffold Documentation] in Section 2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ddf9574..747524d 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ ## Section 3: I Am Rich - How to Create Flutter Apps from Scratch * [Material Design](https://material.io/) -* [Scaffold Documentation](https://docs.flutter.io/flutter/material/Scaffold-class.html) +* [Scaffold Documentation](https://api.flutter.dev/flutter/material/Scaffold-class.html) * [AppBar Documentation](https://docs.flutter.io/flutter/material/AppBar-class.html) * [Material Design Colour System](https://material.io/design/color/the-color-system.html) * [Image Widget Documentation](https://docs.flutter.io/flutter/widgets/Image-class.html) From 3f9682b718c10279f6d73c935f1a28d3e490d8b4 Mon Sep 17 00:00:00 2001 From: Milad Zarour <50852900+MiladZarour@users.noreply.github.com> Date: Sat, 10 Dec 2022 22:06:08 +0100 Subject: [PATCH 4/6] Update links in Section 2 [AppBar Documentation] [Image Widget Documentation] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 747524d..a66eb5c 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,9 @@ * [Material Design](https://material.io/) * [Scaffold Documentation](https://api.flutter.dev/flutter/material/Scaffold-class.html) -* [AppBar Documentation](https://docs.flutter.io/flutter/material/AppBar-class.html) +* [AppBar Documentation](https://api.flutter.dev/flutter/material/AppBar-class.html) * [Material Design Colour System](https://material.io/design/color/the-color-system.html) -* [Image Widget Documentation](https://docs.flutter.io/flutter/widgets/Image-class.html) +* [Image Widget Documentation](https://api.flutter.dev/flutter/widgets/Image-class.html) * [Make Flowcharts with Draw.io](https://www.draw.io/) * [Learn More About the Pubspec File](https://www.dartlang.org/tools/pub/pubspec) * [Adding Assets](https://flutter.dev/docs/development/ui/assets-and-images) From b157e00d661167b3edb69719b55c2a34b6c0f843 Mon Sep 17 00:00:00 2001 From: Milad Zarour <50852900+MiladZarour@users.noreply.github.com> Date: Sat, 10 Dec 2022 22:10:47 +0100 Subject: [PATCH 5/6] Updating Links in Section 6 --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index a66eb5c..887ed8d 100644 --- a/README.md +++ b/README.md @@ -44,19 +44,19 @@ * [MiCard Stub Project](https://github.com/londonappbrewery/mi_card_flutter) * [Widgets Catalogue](https://flutter.dev/docs/development/ui/widgets) -* [Container Documentation](https://docs.flutter.io/flutter/widgets/Container-class.html) -* [Column Documentation](https://docs.flutter.io/flutter/widgets/Column-class.html) -* [Row Documentation](https://docs.flutter.io/flutter/widgets/Row-class.html) +* [Container Documentation](https://api.flutter.dev/flutter/widgets/Container-class.html) +* [Column Documentation](https://api.flutter.dev/flutter/widgets/Column-class.html) +* [Row Documentation](https://api.flutter.dev/flutter/widgets/Row-class.html) * [Tomek's Flutter Layout Cheat Sheet](https://medium.com/flutter-community/flutter-layout-cheat-sheet-5363348d037e) * [Download fancy fonts from fonts.google.com](https://fonts.google.com/) * [How to add fonts to the pubspec.yaml file](https://flutter.dev/docs/cookbook/design/package-fonts) -* [The Icons Class](https://docs.flutter.io/flutter/material/Icons-class.html) +* [The Icons Class](https://api.flutter.dev/flutter/material/Icons-class.html) * [Material Design Icons](https://material.io/tools/icons/?style=baseline) * [Icons on materialpalette.com](https://www.materialpalette.com/icons) -* [Card Class Documentation](https://docs.flutter.io/flutter/material/Card-class.html) -* [The Padding Class](https://docs.flutter.io/flutter/widgets/Padding-class.html) -* [The ListTile Class](https://docs.flutter.io/flutter/material/ListTile-class.html) -* [Flutter's Horizontal Rule - The Divider](https://docs.flutter.io/flutter/material/Divider-class.html) +* [Card Class Documentation](https://api.flutter.dev/flutter/material/Card-class.html) +* [The Padding Class](https://api.flutter.dev/flutter/widgets/Padding-class.html) +* [The ListTile Class](https://api.flutter.dev/flutter/material/ListTile-class.html) +* [Flutter's Horizontal Rule - The Divider](https://api.flutter.dev/flutter/material/Divider-class.html) * [MiCard Completed Project](https://github.com/londonappbrewery/MiCard-Completed) ## Section 7: Dicee - Building Apps with State From bcca9bde35198f675f52228742a17f6e665a047f Mon Sep 17 00:00:00 2001 From: Milad Zarour <50852900+MiladZarour@users.noreply.github.com> Date: Sat, 10 Dec 2022 22:15:51 +0100 Subject: [PATCH 6/6] Updated the rest of the link in Section 7 ---> 15 --- README.md | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 887ed8d..f82b1ff 100644 --- a/README.md +++ b/README.md @@ -63,8 +63,8 @@ * [Dicee Stub Project](https://github.com/londonappbrewery/dicee-flutter) * [Expanded Class](https://api.flutter.dev/flutter/widgets/Expanded-class.html) -* [Image Widget Documentation](https://docs.flutter.io/flutter/widgets/Image-class.html) -* [FlatButton Documentation](https://docs.flutter.io/flutter/material/FlatButton-class.html) +* [Image Widget Documentation](https://api.flutter.dev/flutter/widgets/Image-class.html) +* [FlatButton Documentation](https://api.flutter.dev/flutter/material/FlatButton-class.html) * [Run code snippets on DartPad](https://dartpad.dartlang.org/) * [Dart Math Library](https://api.dartlang.org/stable/2.2.0/dart-math/dart-math-library.html) * [Random Class](https://api.dartlang.org/stable/2.2.0/dart-math/Random-class.html) @@ -108,17 +108,17 @@ * [The Flutter Cookbook](https://flutter.dev/docs/cookbook) * [ThemeData Class](https://api.flutter.dev//flutter/material/ThemeData-class.html) * [Find Color HEX codes easily with the Colorzilla plugin](http://www.colorzilla.com/) -* [The Color Class](https://docs.flutter.io/flutter/dart-ui/Color-class.html) +* [The Color Class](https://api.flutter.dev/flutter/dart-ui/Color-class.html) * [How do HEX codes for with colours?](https://stackoverflow.com/questions/22239803/how-does-hexadecimal-color-work) -* [The Key Class](https://docs.flutter.io/flutter/foundation/Key-class.html) +* [The Key Class](https://api.flutter.dev/flutter/foundation/Key-class.html) * [When to Use Keys - Flutter Widgets 101 Ep. 4](https://www.youtube.com/watch?v=kn0EOS-ZiIc) * [Dart Language Tour: Final and Const](https://www.dartlang.org/guides/language/language-tour#final-and-const) * [Font Awesome Flutter Package](https://pub.dartlang.org/packages/font_awesome_flutter) -* [The GestureDetector Class](https://docs.flutter.io/flutter/widgets/GestureDetector-class.html) -* [Slider Class](https://docs.flutter.io/flutter/material/Slider-class.html) -* [FloatingActionButton Class](https://docs.flutter.io/flutter/material/FloatingActionButton-class.html) -* [ShapeBorder Class](https://docs.flutter.io/flutter/painting/ShapeBorder-class.html) -* [RawMaterialButton Class](https://docs.flutter.io/flutter/material/RawMaterialButton-class.html) +* [The GestureDetector Class](https://api.flutter.dev/flutter/widgets/GestureDetector-class.html) +* [Slider Class](https://api.flutter.dev/flutter/material/Slider-class.html) +* [FloatingActionButton Class](https://api.flutter.dev/flutter/material/FloatingActionButton-class.html) +* [ShapeBorder Class](https://api.flutter.dev/flutter/painting/ShapeBorder-class.html) +* [RawMaterialButton Class](https://api.flutter.dev/flutter/material/RawMaterialButton-class.html) * [Navigating between Screens on Flutter](https://flutter.dev/docs/cookbook/navigation/navigation-basics) * [LAB Navigation Demo](https://github.com/londonappbrewery/Navigation-Flutter-Demo) * [Navigate with Named Routes](https://flutter.dev/docs/cookbook/navigation/named-routes) @@ -146,18 +146,18 @@ * [The State Class](https://docs.flutter.io/flutter/widgets/State-class.html) * [OpenWeatherMap Weather Conditions](https://openweathermap.org/weather-conditions) * [Create and Style a TextField](https://flutter.dev/docs/cookbook/forms/text-input) -* [The TextField Class](https://docs.flutter.io/flutter/material/TextField-class.html) +* [The TextField Class](https://api.flutter.dev/flutter/material/TextField-class.html) * [Clima Completed Project](https://github.com/londonappbrewery/Clima-Flutter-Completed) ## Section 14: Boss Level Challenge 3 - Bitcoin Ticker (a.k.a. Am I Rich?) * [Bitcoin Ticker Stub Project](https://github.com/londonappbrewery/bitcoin-ticker-flutter) -* [Flutter DropdownButton](https://docs.flutter.io/flutter/material/DropdownButton-class.html) +* [Flutter DropdownButton](https://api.flutter.dev/flutter/material/DropdownButton-class.html) * [Dropdown Menu Design](https://material.io/design/components/menus.html#dropdown-menu) * [99 Bottles of Beer Programming Language Collection](http://www.99-bottles-of-beer.net/) * [DartPad For in Loop Mini Challenge](https://dartpad.dartlang.org/88fd2dd04c921892515bcd0567ef1636) * [Cupertino (iOS) Style Widgets](https://flutter.dev/docs/development/ui/widgets/cupertino) -* [CupertinoPicker Class Documentation](https://docs.flutter.io/flutter/cupertino/CupertinoPicker-class.html) +* [CupertinoPicker Class Documentation](https://api.flutter.dev/flutter/cupertino/CupertinoPicker-class.html) * [Register for a coinapi.io API key](https://www.coinapi.io/Pricing) * [Coin API Docs](https://docs.coinapi.io/) * [Bronze Challenge Start Code](https://github.com/londonappbrewery/bitcoin-flutter-challenge-start) @@ -170,9 +170,9 @@ * [Flash Chat Stub Project](https://github.com/londonappbrewery/flash-chat-flutter) * [Dart Language Keywords](https://www.dartlang.org/guides/language/language-tour#keywords) * [Hero Animations](https://flutter.dev/docs/development/ui/animations/hero-animations) -* [Curves Class Documentation](https://docs.flutter.io/flutter/animation/Curves-class.html) -* [CurvedAnimation Class Documentation](https://docs.flutter.io/flutter/animation/CurvedAnimation-class.html) -* [Tween Animation Class](https://docs.flutter.io/flutter/animation/Tween-class.html) +* [Curves Class Documentation](https://api.flutter.dev/flutter/animation/Curves-class.html) +* [CurvedAnimation Class Documentation](https://api.flutter.dev/flutter/animation/CurvedAnimation-class.html) +* [Tween Animation Class](https://api.flutter.dev/flutter/animation/Tween-class.html) * [Dart Language Tour: Mixins](https://www.dartlang.org/guides/language/language-tour#adding-features-to-a-class-mixins) * [Pre-packaged Animations: Flutter Sequence Animation](https://pub.dartlang.org/packages/flutter_sequence_animation) * [Pre-packaged Animations: Rubber](https://pub.dartlang.org/packages/rubber) @@ -187,9 +187,9 @@ * [Showing a Spinner: The Modal Progress HUD](https://pub.dartlang.org/packages/modal_progress_hud) * [Firebase Documentation](https://firebase.google.com/docs/) * [Kitsune-kun visualising Dart Streams and Nagashi Sōmen](https://vimeo.com/47912950) -* [StreamBuilder Class Documentation](https://docs.flutter.io/flutter/widgets/StreamBuilder-class.html) -* [AsyncSnapshot Class Documentation](https://docs.flutter.io/flutter/widgets/AsyncSnapshot-class.html) -* [ListView Class Documentation](https://docs.flutter.io/flutter/widgets/ListView-class.html) +* [StreamBuilder Class Documentation](https://api.flutter.dev/flutter/widgets/StreamBuilder-class.html) +* [AsyncSnapshot Class Documentation](https://api.flutter.dev/flutter/widgets/AsyncSnapshot-class.html) +* [ListView Class Documentation](https://api.flutter.dev/flutter/widgets/ListView-class.html) * [Guide to the Firestore Security Rules](https://firebase.google.com/docs/firestore/security/get-started) * [Flash Chat Completed Project](https://github.com/londonappbrewery/Flash-Chat-Flutter-Complete)