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 1
1
name : powersync_dart
2
+ repository : https://github.com/powersync-ja/powersync.dart
2
3
3
4
packages :
4
5
- packages/*
Original file line number Diff line number Diff line change @@ -75,8 +75,8 @@ void main(List<String> arguments) async {
75
75
} else {
76
76
throw Exception (
77
77
"""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 """ );
80
80
}
81
81
82
82
final sqliteUrl =
You can’t perform that action at this time.
0 commit comments