fca 0.0.3
fca: ^0.0.3 copied to clipboard
A Flutter template based on Clean Architecture, designed for scalable and maintainable apps with a structured layer system and pre-configured state management.
Changelog #
0.0.3 YYYY-MM-DD #
Added #
- Added documentation comments for core classes and utilities.
- Introduced
showLoadingandshowSnackBarutility functions with custom styling options. - Added
UseCaseandNoParamsclasses for business logic layer abstractions. - Implemented
ConnectionCheckerandConnectionCheckerImplfor network connectivity checks. - Added
ServerExceptionandResponseExceptionclasses for error handling.
Fixed #
- Updated
InterceptedClientto handle token refresh correctly in case of 401 responses. - Fixed documentation comments and usage examples for various classes and functions.
Changed #
- Updated library export list to include newly added utilities and classes.