- Created full flutter sub-project for example code
- Updated README
- Added
CKReference.getObject<T>()to fetch the object cached byfetchFromCloud - Added equals operator overload for
CKCustomFieldTypebased onrawValue - Fixed a null error during
preloadAssets - Updated README
- Made
CKAPIManager.initManagerfunction async to account forfetchWebAuthTokenbeing async - Updated README
- Fixed error on SharedPreferences access (
fetchWebAuthToken&saveWebAuthToken) - Updated README & pubspec repo field
- Automatic model class conversion from CloudKit JSON (via annotation & reflection,
CKRecordParser) - Support for most CloudKit base types & custom types with a raw base type (
CKCustomFieldType) - Built-in Sign in with iCloud authentication (via webview_flutter)
CKCurrentUserOperationto fetch current user id (good test for CloudKit sign-in)CKRecordQueryOperationwithCKFilter,CKSortDescriptor, andCKZonesupport