Skip to content

Commit 33fce9e

Browse files
committed
update readme
1 parent d98cbee commit 33fce9e

File tree

5 files changed

+13
-12
lines changed

5 files changed

+13
-12
lines changed

README.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
# Flutter Weather
22

33
A 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/`
3534
Make a class called `ApiKey` with your openweathermaps API key in it. Get it [here](https://openweathermap.org/api)
3635

3736
eg:
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)

screenshots/android.png

-65.5 KB
Binary file not shown.

screenshots/ios.gif

-1.25 MB
Binary file not shown.

screenshots/ios_chart.gif

-341 KB
Binary file not shown.

screenshots/preview.png

127 KB
Loading

0 commit comments

Comments
 (0)