Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated README.md file #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 33 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,37 @@ A new Flutter application based on weather.

## Getting Started

For help getting started with Flutter, view our online

Features</br>
✅ Beautiful minimal UI</br>
✅ Dark and Light themes</br>
✅ Current temperature, max and min temperature, sunset, sunrise</br>
✅ Custom icons for each weather condition</br>
✅ 5 day forecast</br>
✅ Beautifully animated transitions</br>
✅ BLoC pattern for API calls</br>
✅ Line graph to show temperature variance</br>

Getting Started</br>

Prerequisites</br>
Flutter</br>

Installing API Key</br>

Create a file called api_keys.dart in lib/src/api/</br>

Make a class called ApiKey with your openweathermaps API key in it. Get it here</br>

eg:</br>

class ApiKey {</br>
static const OPEN_WEATHER_MAP = 'your_key';</br>
}</br>
Acknowledgments</br>
Weather Icon Pack</br>



For help getting started with Flutter, view our online</br>
[documentation](https://flutter.io/).