Skip to content

Commit f320401

Browse files
DominicGBauerDominicGBauer
andauthored
docs: update readmes (#38)
* docs: update readmes * fix: linting issue --------- Co-authored-by: DominicGBauer <dominic@nomanini.com>
1 parent 36598e0 commit f320401

File tree

10 files changed

+16
-10
lines changed

10 files changed

+16
-10
lines changed

demos/supabase-anonymous-auth/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PowerSync + Supabase Anonymous Auth
22

3-
Demo app demonstrating use of anonymous authentication using Supabase wth the PowerSync SDK for Flutter.
3+
Demo app demonstrating use of anonymous authentication using Supabase with the PowerSync SDK for Flutter.
44

55
# Setup
66

demos/supabase-anonymous-auth/lib/powersync.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ final List<RegExp> fatalResponseCodes = [
2929
class SupabaseConnector extends PowerSyncBackendConnector {
3030
PowerSyncDatabase db;
3131

32+
// ignore: unused_field
3233
Future<void>? _refreshFuture;
3334

3435
SupabaseConnector(this.db);

demos/supabase-anonymous-auth/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ packages:
413413
path: "../../packages/powersync_attachments_helper"
414414
relative: true
415415
source: path
416-
version: "0.1.1"
416+
version: "0.1.3"
417417
realtime_client:
418418
dependency: transitive
419419
description:

demos/supabase-edge-function-auth/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# PowerSync + Supabase Anonymous Auth
1+
# PowerSync + Supabase Edge Function Auth
22

3-
Demo app demonstrating use of JWT authentication using Supabase wth the PowerSync SDK for Flutter.
3+
Demo app demonstrating use of custom authentication via Supabase edge functions with the PowerSync SDK for Flutter.
44

55
# Setup
66

demos/supabase-edge-function-auth/lib/powersync.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ final List<RegExp> fatalResponseCodes = [
2828
class SupabaseConnector extends PowerSyncBackendConnector {
2929
PowerSyncDatabase db;
3030

31+
// ignore: unused_field
3132
Future<void>? _refreshFuture;
3233

3334
SupabaseConnector(this.db);

demos/supabase-edge-function-auth/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ packages:
413413
path: "../../packages/powersync_attachments_helper"
414414
relative: true
415415
source: path
416-
version: "0.1.2"
416+
version: "0.1.3"
417417
realtime_client:
418418
dependency: transitive
419419
description:

demos/supabase-todolist/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ packages:
413413
path: "../../packages/powersync_attachments_helper"
414414
relative: true
415415
source: path
416-
version: "0.1.2"
416+
version: "0.1.3"
417417
realtime_client:
418418
dependency: transitive
419419
description:

packages/powersync_attachments_helper/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.3
2+
3+
- Update README
4+
15
## 0.1.2
26

37
- Update example

packages/powersync_attachments_helper/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# PowerSync Attachments Helper SDK for Dart/Flutter
1+
# PowerSync Attachments Helper for Dart/Flutter
22

3-
[PowerSync Attachments Helper](https://powersync.co) is a service and set of SDKs that keeps files in sync with local and remote storage
3+
[PowerSync Attachments Helper](https://powersync.co) is a package that assist in keeping files in sync with local and remote storage.
44

5-
## SDK Features
5+
## Features
66

77
* Handles syncing uploads, downloads and deletes between local and remote storage.
88

packages/powersync_attachments_helper/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: powersync_attachments_helper
22
description: A helper library for handling attachments when using PowerSync.
3-
version: 0.1.2
3+
version: 0.1.3
44
repository: https://github.com/powersync-ja/powersync.dart
55
homepage: https://www.powersync.com/
66
environment:

0 commit comments

Comments
 (0)