Skip to content

devexperts/cloud_kit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. 🎉

About

Flutter plugin to use CloudKit in your iOS app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 36.4%
  • Dart 34.3%
  • Ruby 14.5%
  • Java 10.3%
  • Objective-C 4.5%