- 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.
- Flutter
- Dart
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.
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)
Clone the project
git clone https://github.com/Pranav108/mousam
Go to the project directory
cd mousam
run the project
flutter run
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.
- Fork the Project
- Create your Feature Branch (
git checkout -b issue101/features
) - Commit your Changes (
git commit -m 'fixed some issues/added some features
) - Push to the Branch (
git push origin issue101/featues101
) - Open a Pull Request
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.