tauri-apps / plugins-workspace

All of the official Tauri plugins in one place!
https://tauri.app
Apache License 2.0
758 stars 202 forks source link

new plugin suggestion: Local Storage for IOS & Android #1396

Open anisg opened 1 month ago

anisg commented 1 month ago

Hello team,

I’m developing an iOS app with Tauri and needed to use Swift UserDefaults for storage.

I had to create a custom Tauri v2 plugin that contains some Swift code just for this, which was a bit hard.

It would be great if Tauri had a local storage plugin for IOS & Android, that would make thing easier.

Best, Anis

FabianLars commented 1 month ago

Could probablyyy be integrated into the existing store plugin (which uses plain files) but added the new plugin label for now. Thanks for the request!

p.s. any chance you could share a bit of the code you ended up using (or any kind of info) for anyone who would like to take on this task?