dakit_flutter 0.1.3
dakit_flutter: ^0.1.3 copied to clipboard
Flutter platform integrations for the DAKit DeviantArt client SDK.
Changelog #
0.1.3 #
Fixed #
- Persist moved shared-storage paths (
moveToSharedStorage) so the download list reports the correct location after an app restart instead of a stale private path.
0.1.2 #
Added #
BackgroundTransferManager.moveToSharedStoragemoves a completed download into a system shared-storage location (e.g. the public Downloads folder) and re-emits the snapshot with the updated path.
0.1.1 #
Fixed #
DAKitOAuthClient.logoutno longer aborts when clearing the pending PKCE transaction fails (e.g. macOS keychain access denied for an unsigned host). Logout now always clears the token store, so a subsequent sign-in can request fresh scopes.
0.1.0 #
Added #
DAKitOAuthClientcomposition root for system-browser login, cold-start callback recovery, and token lifecycle.- Secure token and pending authorization stores backed by
flutter_secure_storage. BackgroundTransferManagerwith queued, running, paused, completed, failed, and cancelled transfer state tracking.- App links and system URI launcher adapters.