powersync 1.14.0 copy "powersync: ^1.14.0" to clipboard
powersync: ^1.14.0 copied to clipboard

PowerSync Flutter SDK. Sync Postgres, MongoDB or MySQL with SQLite in your Flutter app

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add powersync

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  powersync: ^1.14.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:powersync/powersync.dart';
110
likes
160
points
16.7k
downloads

Publisher

verified publisherpowersync.com

Weekly Downloads

PowerSync Flutter SDK. Sync Postgres, MongoDB or MySQL with SQLite in your Flutter app

Homepage
Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

collection, flutter, powersync_core, powersync_flutter_libs, sqlite3_flutter_libs

More

Packages that depend on powersync