Fuelet / flutter_cloud_kit

A simple flutter plugin for interactions with Apple Cloud Kit API on iOS devices
MIT License
42 stars 18 forks source link

Handle errors coming from Objective-C #5

Open mpoplavkov opened 1 year ago

mpoplavkov commented 1 year ago

You cannot catch errors in Swift that come from Objective-C (source). Currently, Objective-C exceptions result in the application crash. There are workarounds though, but I couldn't make them work for flutter plugins.