cloud_kit 1.0.0 copy "cloud_kit: ^1.0.0" to clipboard
cloud_kit: ^1.0.0 copied to clipboard

outdated

Flutter plugin to use CloudKit in your iOS app.

CloudKit #

This Flutter plugin is a brige to use in your Flutter app CloudKit.

📝 Usage #

Create a new CloudKit instance with your container id.

CloudKit cloudKit = CloudKit("iCloud.dev.tutorialwork.cloudkitExample");

Save a value with key

cloudKit.save("key", "value")

Access a value

cloudKit.get("key")

💻 Installation #

  1. Add the iCloud capability to your XCode project
  1. Tick all the three options and create with the plus icon a new CloudKit container and select it.
  1. Then add your first entry into the database with the example app in this repository.
  1. Then open the CloudKit Dashboard and select your container and go to "Schema"
  1. Click "Edit indexes". Important: To see this option you need to add your first database entry.
  1. Click "Add Index".
  1. 🎉 Now click save. You're done and can start now using my plugin. 🎉
23
likes
0
pub points
73%
popularity

Publisher

verified publishermanuelschuler.dev

Flutter plugin to use CloudKit in your iOS app.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on cloud_kit