11# Flutter Weather
22
33A Flutter application to view current weather status.
4- This is my first project on my journey to learning and understanding flutter and dart.
54
6- ![ android] ( ./screenshots/android.png?raw=true ' android ')
7- ![ ios] ( ./screenshots/ios.gif?raw=true ' ios ')
8- ![ ios] ( ./screenshots/ios_chart.gif?raw=true ' ios ')
5+ ![ preview] ( ./screenshots/preview.png?raw=true " preview ")
96
107## Features
8+
119- :white_check_mark : Beautiful minimal UI
1210- :white_check_mark : Dark and Light themes
1311- :white_check_mark : Current temperature, max and min temperature, sunset, sunrise
@@ -20,12 +18,13 @@ This is my first project on my journey to learning and understanding flutter and
2018## Getting Started
2119
2220### Prerequisites
21+
2322** Flutter**
23+
2424- [ Flutter documentation] ( https://flutter.dev/docs )
2525- [ Lab: Write your first Flutter app] ( https://flutter.dev/docs/get-started/codelab )
2626- [ Cookbook: Useful Flutter samples] ( https://flutter.dev/docs/cookbook )
2727
28-
2928### Installing
3029
3130** API Key**
@@ -35,16 +34,18 @@ Create a file called `api_keys.dart` in `lib/src/api/`
3534Make a class called ` ApiKey ` with your openweathermaps API key in it. Get it [ here] ( https://openweathermap.org/api )
3635
3736eg:
38- ```
39- class ApiKey {
40- static const OPEN_WEATHER_MAP = 'your_key';
41- }
42- ```
37+
38+ ```
39+ class ApiKey {
40+ static const OPEN_WEATHER_MAP = 'your_key';
41+ }
42+ ```
4343
4444## todo
45+
4546- i18n support for multiple languages
4647
4748## Acknowledgments
4849
49- * [ Weather Icon Pack] ( https://erikflowers.github.io/weather-icons/ )
50-
50+ - [ Weather Icon Pack] ( https://erikflowers.github.io/weather-icons/ )
51+ - [ App Mockup ] ( https://app-mockup.com ) , [ photopea ] ( http://photopea.com ) (for screenshots)
0 commit comments