diff --git a/docs/setup/shared-preferences-plugin.md b/docs/setup/shared-preferences-plugin.md index ee9448918..12f43d8eb 100644 --- a/docs/setup/shared-preferences-plugin.md +++ b/docs/setup/shared-preferences-plugin.md @@ -17,6 +17,13 @@ client.addPlugin( ## iOS +If you want to use the Shared Preferences plugin, you need to add `FlipperKit/FlipperKitUserDefaultsPlugin` to your Podfile. + +```ruby +pod 'FlipperKit/FlipperKitUserDefaultsPlugin', '~>' + flipperkit_version +``` + +Initialize the plugin in the following way: