Interested in participating in Hacktoberfest? We extend a warm invitation! You also get the opportunity to win some swag π
βοΈ If you're new to Hacktoberfest, you can learn more and register to participate here. Registration is from September 26th - October 31st.
- Hacktoberfest event is happening from October 1, 2023 - October 31, 2023. π
π Your contribution, no matter its size, holds immense value. We eagerly await to see the impact you'll make in our community! π
Climator is now an open-source project, and we welcome contributions. Information on how to get started can be found in our contributor guide.
The codebase is 2 years old that is recently migrated to dart 3, so it requires quite a bit of refactoring and we are eagerly waiting for your contribution.
The objective of making of this app is to learn about asynchronous programming in Dart. We'll look at how to carry out time consuming tasks such as getting device location and networking to get data from the internet.
This is weather app inspired by the beautiful designs made by Valentine Chike. It is able to find out the live weather data in the current location of the device as well as the weather for any city you can think of!
Checkout the Finished App.
Some Important Extract from Contributor guide
Climator is written in Flutter. In order to setup and run the project locally, you need to have an Android emulator, IOS Simulator or a real device.
Running the project is as simple as:
$ git clone [email protected]:droidbg/Climater.git
Sign In here : https://home.openweathermap.org/
After email verification you will get a mail with API key .
Like this:
Dear Customer!
Thank you for subscribing to Free OpenWeatherMap!
API key:
- Your API key is ......
- Within the next couple of hours, it will be activated and ready to use
Add this API Key
in dev.env
file.
$ bash pre-commit
- Design by Valentine Chike
- 3D icons by 3D icons
- API used from Open Weather Map