Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dexters-hub/weather-app-flutter-api

A Weather App built using Flutter and OpenWeather API
https://github.com/dexters-hub/weather-app-flutter-api

api flutter flutter-app flutter-demo flutter-examples flutter-material flutter-package flutter-ui fluttericon simpleapp weather-api weather-app

Last synced: 11 days ago
JSON representation

A Weather App built using Flutter and OpenWeather API

Awesome Lists containing this project

README

        

# Weather App

A Weather App built using Flutter

## User Interface

## Installation

In the dependencies: section of your pubspec.yaml, add the following line:

```dart
dependencies:
font_awesome_flutter:
http:
```

### API

OpenWeather's Current weather data API

```dart
api.openweathermap.org/data/2.5/weather?q={city name}&appid={API key}
```