layerx_generator 1.1.11
layerx_generator: ^1.1.11 copied to clipboard
A Flutter package that auto-generates a structured LayerX directory with GetX integration, MVVM pattern, and essential services for scalable projects.
Changelog #
All notable changes to the layerx_generator Flutter package are documented in this file.
This project follows Keep a Changelog and adheres to Semantic Versioning.
1.1.6 - 2025-04-29 #
Added #
LocationServicefor user location retrieval usinggeolocatorandpermission_handler.ApiResponseHandlerfor unified API response processing withGetXsupport.LoggerServicefor consistent and clean log management across all services.- New body models:
DriverSignupBodyModelGarageSignupBodyModelAddCarBodyModelBuyCarRequestModel
- Generic
ApiResponse<T>model for flexible and type-safe API data handling.
Changed #
- Enhanced
HttpsCallsfor advancedMultipartRequesthandling across:- Driver/Garage profile uploads
- Car create/update/delete operations
- Car buying requests
- Standardized repository implementation via
AuthRepositoryandDataRepositoryusingApiResponseHandler. - Renamed
ApiUrlstoAppUrlsfor naming consistency. - Upgraded dependencies:
geolocator: ^10.0.0permission_handler: ^10.0.0
- Improved generator logic with better documentation and scalability.
1.0.4 - 2025-03-15 #
Changed #
- Optimized retry logic in
HttpsCallsfor improved performance. - Enhanced error handling in
SharedPreferencesService. - Improved documentation clarity with practical usage examples.
- Minor fixes in
directory_generatorlogic.
1.0.3 - 2025-02-20 #
1.0.2 - 2025-01-10 #
1.0.1 - 2024-12-01 #
1.0.0 - 2024-11-15 #
Added #
- Stable release: Full MVVM-based directory structure generator for Flutter.
HttpsCallsfor handling API requests with retry and timeout support.SharedPreferencesServicefor local storage handling.- Integrated
GetXfor navigation and state management. flutter_screenutilfor adaptive screen responsiveness.- Core configuration files:
AppColors,AppRoutes,AppUrls, etc.
Changed #
- Refactored generator logic for improved modularity and code reuse.
- Enhanced error handling during directory and file creation.