I am trying to implement a backup/restore facility in my flutter app. I have all the app data in a zip file and I am trying to use Cloudkit to send and receive this file to the user’s iCloud account, with a progress indicator. There are some plugins that can send to and receive from iCloud, but none of them provide a progress feedback that could be used to display the progress to the user. I particularly want to do this because the operation could potentially take several minutes. Has anyone done this and have any code to share, or even forked a plugin to do it. I would be grateful for any assistance. I have tried chatgpt and after several days trying can’t even get their code to compile.