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

Save Record in cloudkit #8

Open slice-mohit opened 1 year ago

slice-mohit commented 1 year ago

Hey @jacksonjude, how can we save a record in cloudkit using this package. The example app only uses fetch operation and I couldn't find this in readme as well. Please let me know how can I save data in cloudkit using this package.

MrUnfunny commented 1 year ago

I think the 'records/modify' calls are not yet implemented. So, does this package not support creating/modifying records?

jacksonjude commented 1 year ago

Hey @slice-mohit! In the released 0.1 version of the package, modifying records is not yet supported. However in version 0.2, which is still in development on the 0.2 branch, record modification is one of many new features.

If you would like to use version 0.2 in your own project, simply include the following in your pubspec.yaml file:

dependencies:
  flutter:
    sdk: flutter

  cloudkit_flutter:
    git:
      url: https://github.com/jacksonjude/cloudkit_flutter.git
      ref: 0.2