Skip to content

aayushbisen/Clima

Repository files navigation

Clima ⛅ PRs Welcome

A weather app inspired by the beautiful designs made by Olia Gozha that shows live weather data in the current location of the device as well as the weather for any city you can think of!

Clima use OpenWeather API

Clima use OpenWeather API to get the weathers data. Know more about the API from here.

Finished Demo 🚀

Finished App

Upcoming improvements and features

  • Dynamic background based on the entered city.
  • Support for more weather details (Weeklong data)
  • Add support for multiple themes
  • Add more animations
  • Migrate to latest flutter version
  • Improve architecture
  • Add Unit Tests
  • Clean Code

Things I learned 📖

  • How to use Dart to perform asynchronous tasks.
  • Understand async and await.
  • Learn about Futures and how to work with them.
  • How to network with the Dart http package.
  • What APIs are and how to use them to get data from the internet.
  • What JSONs are and how to parse them using the Dart convert package.
  • How to pass data forwards and backwards between screens using the Navigator.
  • How to handle exceptions in Dart using try/catch/throw.
  • Learn about the lifecycle of Stateful Widgets and how to override them.
  • How to use the Geolocator package to get live location data for both iOS and Android.
  • How to use the TextField Widget to take user input.

Requirements ✨

  • Any Operating System (ie. MacOS X, Linux, Windows)
  • Any IDE with Flutter SDK installed (ie. IntelliJ, Android Studio, VSCode etc)
  • A little knowledge of Dart and Flutter

Raise your Pull Request:

I welcome and encourage all pull requests. It usually will take me within 24-48 hours to respond to any issue or request. Here are some basic rules to follow to ensure timely addition of your request:

  • Please keep PR titles easy to read and descriptive of changes, this will make them easier to merge :)
  • Please keep the PR as small as possible. To get better review and get merge it more quickly.
  • Pull requests must be made against master branch for the repository.
  • Check for existing issues first, before filing an issue.
  • Have fun!

Raise an Issue :

If you encounter any issues or have some ideas to improve the existing project, feel free to create issues and share your findings with us.

Contributors 🤝

See our rockstar contributors

Flutter Clima Contributors

Find this project useful ?

Support it by clicking the ⭐️ button on the upper right of this page.