Skip to content

Commit 7963da5

Browse files
committed
powersync 1.1.0 / powersync_attachments_helper 0.1.4
1 parent ff755b9 commit 7963da5

File tree

14 files changed

+47
-20
lines changed

14 files changed

+47
-20
lines changed

demos/supabase-anonymous-auth/pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -406,14 +406,14 @@ packages:
406406
path: "../../packages/powersync"
407407
relative: true
408408
source: path
409-
version: "1.0.0"
409+
version: "1.1.0"
410410
powersync_attachments_helper:
411411
dependency: "direct main"
412412
description:
413413
path: "../../packages/powersync_attachments_helper"
414414
relative: true
415415
source: path
416-
version: "0.1.3"
416+
version: "0.1.4"
417417
realtime_client:
418418
dependency: transitive
419419
description:

demos/supabase-anonymous-auth/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ environment:
1010
dependencies:
1111
flutter:
1212
sdk: flutter
13-
powersync_attachments_helper: 0.1.0
13+
powersync_attachments_helper: ^0.1.4
1414

15-
powersync: ^1.0.0
15+
powersync: ^1.1.0
1616
path_provider: ^2.1.1
1717
supabase_flutter: ^2.0.2
1818
path: ^1.8.3

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -406,14 +406,14 @@ packages:
406406
path: "../../packages/powersync"
407407
relative: true
408408
source: path
409-
version: "1.0.0"
409+
version: "1.1.0"
410410
powersync_attachments_helper:
411411
dependency: "direct main"
412412
description:
413413
path: "../../packages/powersync_attachments_helper"
414414
relative: true
415415
source: path
416-
version: "0.1.3"
416+
version: "0.1.4"
417417
realtime_client:
418418
dependency: transitive
419419
description:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies:
1212
sdk: flutter
1313
powersync_attachments_helper: 0.1.0
1414

15-
powersync: ^1.0.0
15+
powersync: ^1.1.0
1616
path_provider: ^2.1.1
1717
supabase_flutter: ^2.0.2
1818
path: ^1.8.3

demos/supabase-simple-chat/linux/flutter/generated_plugin_registrant.cc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,14 @@
66

77
#include "generated_plugin_registrant.h"
88

9+
#include <gtk/gtk_plugin.h>
910
#include <sqlite3_flutter_libs/sqlite3_flutter_libs_plugin.h>
1011
#include <url_launcher_linux/url_launcher_plugin.h>
1112

1213
void fl_register_plugins(FlPluginRegistry* registry) {
14+
g_autoptr(FlPluginRegistrar) gtk_registrar =
15+
fl_plugin_registry_get_registrar_for_plugin(registry, "GtkPlugin");
16+
gtk_plugin_register_with_registrar(gtk_registrar);
1317
g_autoptr(FlPluginRegistrar) sqlite3_flutter_libs_registrar =
1418
fl_plugin_registry_get_registrar_for_plugin(registry, "Sqlite3FlutterLibsPlugin");
1519
sqlite3_flutter_libs_plugin_register_with_registrar(sqlite3_flutter_libs_registrar);

demos/supabase-simple-chat/linux/flutter/generated_plugins.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#
44

55
list(APPEND FLUTTER_PLUGIN_LIST
6+
gtk
67
sqlite3_flutter_libs
78
url_launcher_linux
89
)

demos/supabase-simple-chat/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ packages:
326326
path: "../../packages/powersync"
327327
relative: true
328328
source: path
329-
version: "1.0.0"
329+
version: "1.1.0"
330330
realtime_client:
331331
dependency: transitive
332332
description:

demos/supabase-simple-chat/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies:
3737

3838
supabase_flutter: ^1.10.25
3939
timeago: ^3.6.0
40-
powersync: ^1.0.0
40+
powersync: ^1.1.0
4141
path_provider: ^2.1.1
4242
path: ^1.8.3
4343
logging: ^1.2.0

demos/supabase-todolist/pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -406,14 +406,14 @@ packages:
406406
path: "../../packages/powersync"
407407
relative: true
408408
source: path
409-
version: "1.0.0"
409+
version: "1.1.0"
410410
powersync_attachments_helper:
411411
dependency: "direct main"
412412
description:
413413
path: "../../packages/powersync_attachments_helper"
414414
relative: true
415415
source: path
416-
version: "0.1.3"
416+
version: "0.1.4"
417417
realtime_client:
418418
dependency: transitive
419419
description:

demos/supabase-todolist/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ environment:
1010
dependencies:
1111
flutter:
1212
sdk: flutter
13-
powersync_attachments_helper: 0.1.0
13+
powersync_attachments_helper: ^0.1.4
1414

15-
powersync: ^1.0.0
15+
powersync: ^1.1.0
1616
path_provider: ^2.1.1
1717
supabase_flutter: ^2.0.1
1818
path: ^1.8.3

0 commit comments

Comments
 (0)