Flutter Version
3.3.7
State Management using Provider in Flutter
The project aims to implement state management using the Provider package in a Flutter application. State management is an essential aspect of building robust and scalable applications, and Provider offers a convenient and efficient way to manage application state and handle data flow between different widgets. The project will focus on creating a Flutter application that utilizes Provider to manage and share state across various screens and widgets
To clean flutter project
- Run command
flutter clean
To update or get all added dependencies
- Run command
flutter pub get