r100-stack / Flutter-Weekly-Series-6-Weather-App-UI

Week 6: Beginners' Guide to Flutter Development

Home Page:https://youtu.be/0m6NIA22EwU?t=344

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!

6. Weather App UI ⛅

Professional Flutter UI that displays mock weather data.

Credits: App design idea (Dribbble) created by Muhammad Noufal. All credits to Muhammad!

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. Setting up AppBar

2. Adding city and country name

3. Adding weather information to the weather card

4. Adding current temperature and additional weather parameters

5. Formatting the additional weather parameters

6. Formatting the hourly forecase bar

7. Adding hourly weather cards

8. Modify UI for large screens

Skills Learned

  • Advanced UI Design and Implementation
  • Container decoration
    • Border
    • BorderRadius
    • BoxShadow
    • Background color
  • Text
    • Custom fonts
    • fontSize
    • fontWeight
    • color
  • AppBar
    • elevation
    • color
    • leading
    • actions
  • Modify UI for large screens
  • Flutter Web

About

Week 6: Beginners' Guide to Flutter Development

https://youtu.be/0m6NIA22EwU?t=344


Languages

Language:Dart 87.6%Language:HTML 9.0%Language:Swift 2.4%Language:Kotlin 0.8%Language:Objective-C 0.2%