I do have a background as a native iOS software developer. We had a couple of apps for iPhones and iPads that used CloudKit to sync data between the same App installed on different devices of a single user.
It was used for simple things like favorited items within apps that did not have any login or account mechanisms.
How would I achieve such a functionality in flutter? Havent found any iCloud related plugins for dart/flutter.
Thank you!