Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mannuelf/flutter-weather-app
https://github.com/mannuelf/flutter-weather-app
Last synced: about 14 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/mannuelf/flutter-weather-app
- Owner: mannuelf
- Created: 2022-07-24T17:13:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-19T06:14:02.000Z (about 2 years ago)
- Last Synced: 2023-03-26T14:26:15.067Z (almost 2 years ago)
- Language: Dart
- Homepage: flutter-weather-app-five.vercel.app
- Size: 8.32 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Personal Weather App
I am interested to see what it would be like to deploy a mobile app to man y platforms.
A location aware, minimalist personal weather checker.
## Design
| 1 | 2 | 3 | 4 |
| ----------- | ----------- | ----------- | ----------- |
| ![img1](.github/img1.png) | ![img2](.github/img2.png) | ![img3](.github/img3.png) | ![img4](.github/img4.png) |## Resources
### OpenWeather API
[Icons chart](https://openweathermap.org/weather-conditions)
[Icons of weather](https://erikflowers.github.io/weather-icons/)## Flutter Docs
Inspired by: [Dr. Angela Yu](https://www.udemy.com/course/flutter-bootcamp-with-dart/)
- [online documentation](https://docs.flutter.dev/)
- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)