celest_core 0.3.0
celest_core: ^0.3.0 copied to clipboard
Celest types and utilities shared between the client and the cloud.
0.3.0 #
- Adds
SecureStorageinterface for storage of sensitive data in the platform keychain - Adds core Auth types and interfaces
0.2.1 #
- Overrides
toStringforCloudExceptiontypes.
0.2.0 #
- Bumps minimum Dart SDK to 3.3
- Adds
JsonValuehierarchy for representing JSON primitives safely - Adds
Serializer.definefor creating serializers from functions - Adds
TypeTokento enable serialization of extension types - Make
SerializationExceptionimplementBadRequestException
0.1.1 #
- Update README
- Improve error message of
SerializationException
0.1.0 #
- Initial version.