Skip to content

feMoraes0/clima-app

Repository files navigation

Clima App

Objectives and Challenges

The objective of this tutorial is to learn about asynchronous programming in Dart. We'll look at how to carry out time consuming tasks such as getting device location and networking to get data from the internet.

How to use

To clone and run this application, you'll need Git and Flutter installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/feMoraes0/clima-app.git

# Go into the repository
$ cd clima-app

# Install dependencies
$ flutter packages get

# Run the app
$ flutter run

Credits

Contact