Skip to content

Commit fdf478c

Browse files
committed
Update readme and dependencies
1 parent 63e6c42 commit fdf478c

File tree

7 files changed

+19
-43
lines changed

7 files changed

+19
-43
lines changed

packages/powersync/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
# PowerSync SDK for Dart/Flutter
66

7-
*[PowerSync](https://www.powersync.com) is a sync engine for building local-first apps with instantly-responsive UI/UX and simplified state transfer. Syncs between SQLite on the client-side and Postgres or MongoDB on the server-side (MySQL coming soon).*
7+
_[PowerSync](https://www.powersync.com) is a sync engine for building local-first apps with instantly-responsive UI/UX and simplified state transfer. Syncs between SQLite on the client-side and Postgres or MongoDB on the server-side (MySQL coming soon)._
88

9-
This package (`powersync`) is the PowerSync client SDK for Dart/Flutter.
9+
This package (`powersync`) is the PowerSync client SDK for Flutter.
1010

1111
See a summary of features [here](https://docs.powersync.com/client-sdk-references/flutter).
1212

packages/powersync/pubspec.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ dependencies:
1212

1313
sqlite3_flutter_libs: ^0.5.23
1414
powersync_core: ^0.1.0
15+
powersync_flutter_libs: ^0.4.0
16+
collection: ^1.17.0
17+
pubspec_parse: ^1.3.0
18+
args: ^2.5.0
19+
pub_semver: ^2.1.4
1520
dev_dependencies:
1621
lints: ^3.0.0
1722
path: ^1.8.3

packages/powersync_core/NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Copyright 2023 Journey Mobile, Inc.
1+
Copyright 2024 Journey Mobile, Inc.

packages/powersync_core/README.md

Lines changed: 9 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,15 @@
1-
<!--
2-
This README describes the package. If you publish this package to pub.dev,
3-
this README's contents appear on the landing page for your package.
1+
<p align="center">
2+
<a href="https://www.powersync.com" target="_blank"><img src="https://github.com/powersync-ja/.github/assets/7372448/d2538c43-c1a0-4c47-9a76-41462dba484f"/></a>
3+
</p>
44

5-
For information about how to write a good package README, see the guide for
6-
[writing package pages](https://dart.dev/guides/libraries/writing-package-pages).
5+
# PowerSync SDK for Dart/Flutter
76

8-
For general information about developing packages, see the Dart guide for
9-
[creating packages](https://dart.dev/guides/libraries/create-library-packages)
10-
and the Flutter guide for
11-
[developing packages and plugins](https://flutter.dev/developing-packages).
12-
-->
7+
_[PowerSync](https://www.powersync.com) is a sync engine for building local-first apps with instantly-responsive UI/UX and simplified state transfer. Syncs between SQLite on the client-side and Postgres or MongoDB on the server-side (MySQL coming soon)._
138

14-
TODO: Put a short description of the package here that helps potential users
15-
know whether this package might be useful for them.
9+
This package (`powersync_core`) is the PowerSync client SDK for Dart.
1610

17-
## Features
11+
# Installation
1812

19-
TODO: List what your package can do. Maybe include images, gifs, or videos.
20-
21-
## Getting started
22-
23-
TODO: List prerequisites and provide or point to information on how to
24-
start using the package.
25-
26-
## Usage
27-
28-
TODO: Include short and useful examples for package users. Add longer examples
29-
to `/example` folder.
30-
31-
```dart
32-
const like = 'sample';
13+
```bash
14+
dart pub add powersync_core
3315
```
34-
35-
## Additional information
36-
37-
TODO: Tell users more about the package: where to find more information, how to
38-
contribute to the package, how to file issues, what response they can expect
39-
from the package authors, and more.

packages/powersync_core/pubspec.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,13 @@ dependencies:
1313
# but right now we need a minimum of v2.4.6.
1414
sqlite3: ^2.4.6
1515
universal_io: ^2.0.0
16-
powersync_flutter_libs: ^0.4.0
1716
meta: ^1.0.0
1817
http: ^1.1.0
1918
uuid: ^4.2.0
2019
async: ^2.10.0
2120
logging: ^1.1.1
2221
collection: ^1.17.0
2322
fetch_client: ^1.1.2
24-
pubspec_parse: ^1.3.0
25-
args: ^2.5.0
26-
pub_semver: ^2.1.4
2723
dev_dependencies:
2824
dcli: ^4.0.0
2925
lints: ^3.0.0

packages/powersync_sqlcipher/NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Copyright 2023 Journey Mobile, Inc.
1+
Copyright 2024 Journey Mobile, Inc.

packages/powersync_sqlcipher/pubspec.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ dependencies:
1313
sdk: flutter
1414

1515
powersync_core: ^0.1.0
16+
powersync_flutter_libs: ^0.4.0
1617
sqlcipher_flutter_libs: ^0.6.4
17-
universal_io: ^2.0.0
18-
1918
dev_dependencies:
2019
flutter_test:
2120
sdk: flutter

0 commit comments

Comments
 (0)