fca 0.0.4
fca: ^0.0.4 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.4 - 2024-08-16 #
Added #
- Introduced the
BaseStateclass and its subclasses (InitialState,LoadingState,SuccessState,FailureState) for standardized state management in BLoC pattern. - Added detailed documentation comments for
BaseStateand its subclasses, including usage examples and descriptions.
Fixed #
- Updated documentation comments to provide more clarity and usage examples.
Changed #
- No breaking changes in this version.
0.0.3 YYYY-MM-DD #
Added #
- Added
showLoadingandshowSnackBarutility functions with custom styling options. - Introduced
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.