littlefish_core 1.0.5 littlefish_core: ^1.0.5 copied to clipboard
The littlefish_core library used for common functionality in all littlefish mobile applications.
1.0.1 - 2024-10-07 #
1.0.4 #
1.0.5 #
Added #
- Added the littlefish_http_client, and the util pattern which will allow for all littlefish application to use common core utilities that should always have a consistent outcome.
- Added additional authentication methods to the AuthUser, to ensure token management, exposure and access
- Added token specific concrete types for easier usage.
Changed #
- AuthUser --> Breaking change, on concrete type implementations.
Fixed #
- N/A