Skip to content

A flutter app to find weather of our current location and weather of any other city as well.

Notifications You must be signed in to change notification settings

Pranav108/mousam

Repository files navigation

Mousam 🌦️

MIT License

Project Description 📑

  • This is a Weather app created in flutter.
  • In this app we can see weather of their current location.
  • We can find weather of any place by giving their city name.
  • We will see the loading screen untill the data is being fetched.

Tech Stack 💻

  • Flutter
  • Dart

Screenshots & Demo 📸

Optimizations 📊

1. Refactors: Arranged and grouped all the variables, constanst, functions and modules together.

2. Performance improvement: 📈 Created classes, modules for the repetitive code & specific tasks.

Description of the codebase

The code is well arranged into sub-directories which are -

  • Screens (all the screens of the app)
  • Utility (utility files (only 1) consists of constanst for this projects)
  • services (all the utility functions/services corresponding to different data models)

Run Locally 🧑‍💻

Clone the project

  git clone https://github.com/Pranav108/mousam

Go to the project directory

  cd mousam

run the project

  flutter run

Contributing 🤝

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b issue101/features)
  3. Commit your Changes (git commit -m 'fixed some issues/added some features)
  4. Push to the Branch (git push origin issue101/featues101)
  5. Open a Pull Request

Authors 👨‍💻

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

About

A flutter app to find weather of our current location and weather of any other city as well.

Topics

Resources

Stars

Watchers

Forks