Updated the rest of the link in Section 7 ---> 15

This commit is contained in:
Milad Zarour 2022-12-10 22:15:51 +01:00 committed by GitHub
parent b157e00d66
commit bcca9bde35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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