r100-stack / Flutter-Weekly-Series-3-Love-Calculator-App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Beginners' Guide to Flutter Development

Welcome to the Beginners' Guide to Flutter Development hosted by Google's Developer Student Club (DSC) program!

This is an eight week workshop series every Thursday, 7:00 - 8:30 EDT from Oct 1, 2020 to Nov 19, 2020.

This series will cover all the Flutter skills all the way from the basics to the advanced level. By the end of this series, you'll be able to build complex, robust, and attractive Flutter apps for iOS, Android and the web.

Register now on EventBrite: bit.ly/flutterdate

Have questions? Then join our Google Classroom today!

3. Love Calculator App

Ever wondered if two people will be be good for each other? Find out with this love calculator app!

Screenshot

Structure

  • The app has been divided into steps.
  • Each step has starter and solution code.
  • You can access each code set using the respective branches.
  • Also, each step has detailed TODOs along with explanations on why we're doing each TODO.

How to follow this repo?

  • Complete the given TODOs in order.
  • Compare the starter and solution branches for each step. You can do this on GitHub or in Android Studio/VS Code.

How to compare branches on GitHub

How to compare branches on Android Studio

How to compare branches on Android Studio

Steps

  1. Setup http package to download responses from the Love Calculator API
  2. Display the response on a new screen

Skills Learned

  • Dart
  • APIs
  • Packages
  • Http package
  • Navigators and Routes

About


Languages

Language:Dart 82.3%Language:HTML 11.7%Language:Swift 4.2%Language:Kotlin 1.4%Language:Objective-C 0.4%