dakit_core 0.1.2
dakit_core: ^0.1.2 copied to clipboard
Platform-neutral domain contracts for DeviantArt client applications.
Changelog #
0.1.2 #
Added #
MergedCallbackUriSourceto merge multiple callback sources concurrently, so a non-closing stream (e.g. the OS app-links stream) cannot starve a later source (e.g. an in-app WebView callback).
0.1.1 #
Added #
MediaAsset.availabilityReasonto carry a human-readable download denial reason (for example "Free download limit reached") through to hosts.
Changed #
- Documented that
Artwork.descriptionandArtwork.textContentare no longer populated by the official API; useArtworkContentRepository.get()instead.
0.1.0 #
Added #
- Platform-neutral domain models for users, artworks, media, comments, folders, topics, notifications, and social relationships.
- Repository and transfer contracts for non-Flutter and Flutter hosts.
- Pagination value types, typed failures, and diagnostic events.
- Auth token, token store, and pending authorization store contracts.