Tutorialwork / cloud_kit

Flutter plugin to use CloudKit in your iOS app
https://pub.dev/packages/cloud_kit
GNU General Public License v3.0
16 stars 10 forks source link

Duplicate records created #5

Open idealclover opened 2 years ago

idealclover commented 2 years ago

Thanks for writing this plugin!

However, I find that when calling "save" for multi times, lots of duplicated records were created, which occupy lots of storage. Could it be possible that if the key was found, then update it in this plugin?