jacksonjude / cloudkit_flutter

CloudKit support for Flutter via CloudKit Web Services.
https://pub.dev/packages/cloudkit_flutter
BSD 3-Clause "New" or "Revised" License
9 stars 4 forks source link

updated dependencies and webview code #7

Open MrUnfunny opened 1 year ago

MrUnfunny commented 1 year ago

Hey @jacksonjude, I was looking to integrate CloudKit in android and your package works perfectly. Just needed to update some dependencies. Please take a look.

jacksonjude commented 1 year ago

Hi @MrUnfunny! Most of the dependency bumps look good to me, but I'm just curious about the ck_auth_web_view.dart changes. May I ask why a major version upgrade is needed for webview_flutter?

MrUnfunny commented 1 year ago

I updated webview_flutter because I'm already using it in my project and it's creating a conflict with this package. The newer version of webview_flutter includes some breaking changes, that's why it was necessary to update ck_auth_web_view.dart.