A sleek and modern Flutter UI for a Car Rental Application, designed with a clean user interface and smooth animations. This project showcases a responsive mobile app layout.
-
Clone the repository:
git clone https://github.com/ales-dev-studio/car_rental_app.git
-
Change to the project directory:
cd car_rental_app -
Install the dependencies:
flutter pub get
-
Run the app:
flutter run
The app follows the Clean Architecture principles, with the following structure:
lib/core/: Contains Core Utilities that used entire applicationfeatures/:{features_a}:data/: Contains the data layer responsible for handling data fetching and caching.domain/: Defines the core business logic and entities of the app.presentation/: Contains the UI layer of the app, including BLOCs, views, and widgets.
main.dart: Entry point of the application.
