This project is a Flutter mobile application that performs CRUD operations and user authentication using the Provider state management tool and MVVM architecture.
Prerequisites To run this project, you will need to have Flutter installed on your machine. You can follow the instructions in the Flutter documentation to install it.
Installing Clone the repository to your local machine. Open the project in your preferred IDE or text editor. Run flutter pub get to install the project's dependencies. Run flutter run command in your terminal
This app includes the following features:
User authentication with login and signup Apis Manage user session with returning data token and save it into local storage CRUD operations for Car data and manage their state in provider
Provider state management with MVVM architecture
Flutter Provider Apis provider state