Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1001 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 1001 Bytes

flutter_weather_app

A basic Weather Flutter Application compatible for iOS or Android which incorporates modern design into a straightforward and engaging UI. Inspired by Pradip Debnath's tutorial on YouTube. If you enjoy this build or find it helpful, please leave a ⭐

Notable Components

  • Sleek transition between city screens with corresponding screen location tracker visible ot the user
  • Search bar located on top left of app
  • Menu icon found in top right of screen
  • Rich weather related information including
    • City name
    • Date and time
    • Temperature
    • Day/night status
    • Wind speed
    • Rainfall odds (%)
    • Humidity percentage

Dependencies

  1. transformer_page_view: ^0.1.6 (not null sound safe)
  2. google_fonts: ^2.1.0
  3. flutter_svg: ^0.22.0

How to use

  1. flutter run --no-sound-null-safety