Code Monkey home page Code Monkey logo

weather's Introduction

Weather app

Weather Today app preview

Built in Flutter using Riverpod and the MetaWeather API to fetch from a city their weather data [current, minimum and maximum temperature, weather state, date, humidity, pressure and wind speed].

Requirements that the app meets

  • A loading indicator is displayed when fetching the data
  • The weather list item contains the day of the week abbreviation, weather condition image, min and max temperature
  • The weather details contain the day of the week, weather condition name and image, current temperature, humidity, pressure, and wind
  • When selecting a whether list item updates the details
  • Weather information can be refreshed with pull to refresh gesture
  • An error screen with a retry button is shown when fetching the data fails.
  • Supporting horizontal and vertical layouts
  • Changing the temperature unit (C/F)

App Folder Structure

  • The models weather class to represent data from API
  • The providers riverpod state management classes
  • The services fetching data from API and shared preferences
  • The design_system all related to colors, fonts, assets
  • The misc helper reusable widgets and functions
  • The views main UI views of the app
  • The widgets widgets components
/lib
  /core
    /models
    /providers
    /services
  /ui
    /design_system
    /misc
    /views
    /widgets

Packages used

weather's People

Contributors

daniorca avatar

Stargazers

 avatar  avatar  avatar Fernando Arizmendi avatar Juan Sanz avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.