You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/powersync/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,10 +11,10 @@ This package (`powersync`) is the PowerSync client SDK for Flutter.
11
11
See a summary of features [here](https://docs.powersync.com/client-sdk-references/flutter).
12
12
13
13
> **Note**
14
-
> This SDK is recommended for Flutter applications that do not require on-device encryption.
14
+
> This package is recommended for Flutter applications that do not require on-device encryption.
15
15
16
-
> - For Flutter applications that require encryption, use the [`powersync_sqlcipher`](https://pub.dev/packages/powersync_sqlcipher)SDK.
17
-
> - For use cases such as server-side Dart or non-Flutter Dart environments, use the [`powersync_core`](https://pub.dev/packages/powersync_core)SDK.
16
+
> - For Flutter applications that require encryption, use the [`powersync_sqlcipher`](https://pub.dev/packages/powersync_sqlcipher)package.
17
+
> - For use cases such as server-side Dart or non-Flutter Dart environments, use the [`powersync_core`](https://pub.dev/packages/powersync_core)package.
0 commit comments