Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dexters-hub/weather-app-flutter-api
- Owner: Dexters-Hub
- Created: 2021-01-17T14:55:16.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-17T15:07:40.000Z (about 4 years ago)
- Last Synced: 2024-11-29T17:13:55.848Z (2 months ago)
- Topics: api, flutter, flutter-app, flutter-demo, flutter-examples, flutter-material, flutter-package, flutter-ui, fluttericon, simpleapp, weather-api, weather-app
- Language: Dart
- Homepage:
- Size: 93.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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}
```