File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11name : powersync_dart
2+ repository : https://github.com/powersync-ja/powersync.dart
23
34packages :
45 - packages/*
Original file line number Diff line number Diff line change @@ -75,8 +75,8 @@ void main(List<String> arguments) async {
7575 } else {
7676 throw Exception (
7777 """No compatible powersync core version found for sqlite3 version $sqlite3Version
78- Latest supported sqlite3 versions: ${tags .take (4 ).map ((tag ) => tag .split ('-' )[0 ]).join (', ' )}.
79- Run `flutter pub upgrade powersync` to get the latest version of the powersync package. """ );
78+ Latest supported sqlite3 versions: ${tags .take (3 ).map ((tag ) => tag .split ('-' )[0 ]).join (', ' )}.
79+ You can view the full list of releases at https://github.com/powersync-ja/sqlite3.dart/releases """ );
8080 }
8181
8282 final sqliteUrl =
You can’t perform that action at this time.
0 commit comments