Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dauntlessdev/clima

flutter app for checking weather
https://github.com/dauntlessdev/clima

api dart flutter http network

Last synced: about 1 month ago
JSON representation

flutter app for checking weather

Awesome Lists containing this project

README

        

# Clima ☁
## What is this app?

With this flutter app, you'll be able to find out the live weather data in the current location of the device as well as the weather for any city you can think of!

![Finished App](https://github.com/londonappbrewery/Images/blob/master/clima-demo.gif)

## What you will learn

- How to use Dart to perform asynchronous tasks.
- Understand async and await.
- Learn about Futures and how to work with them.
- How to network with the Dart http package.
- What APIs are and how to use them to get data from the internet.
- What JSONs are and how to parse them using the Dart convert package.
- How to pass data forwards and backwards between screens using the Navigator.
- How to handle exceptions in Dart using try/catch/throw.
- Learn about the lifecycle of Stateful Widgets and how to override them.
- How to use the Geolocator package to get live location data for both iOS and Android.
- How to use the TextField Widget to take user input.