https://github.com/ahmnouira/flutter_iweather
Weather app using flutter
https://github.com/ahmnouira/flutter_iweather
Last synced: about 2 months ago
JSON representation
Weather app using flutter
- Host: GitHub
- URL: https://github.com/ahmnouira/flutter_iweather
- Owner: ahmnouira
- Created: 2020-06-29T15:35:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T14:47:55.000Z (almost 2 years ago)
- Last Synced: 2025-01-08T14:18:25.416Z (9 months ago)
- Language: Dart
- Size: 3.8 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Iweather
A Simple Weather Flutter application that the current forecast of a city.
# Overview
# How to run the app locally
1. Check that flutter is installed
`fluter --version`2. Intsalled the application dependices
`flutter pub get`3. Run the application
`flutter run`