- See Demo
A weather application using Flutter that displays real-time weather data for any city. The application fetches the data from server using REST APIs. Provider state management has been implemented for the efficient management of the application state. Additionally, the MVVM architecture pattern has been used to ensure that the application is easy to understand, maintain and modify for future development.