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

PowerSync Flutter SDK - sync engine for building local-first apps.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add powersync
copied to clipboard

With Flutter:

 $ flutter pub add powersync
copied to clipboard

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

dependencies:
  powersync: ^1.11.2
copied to clipboard

Alternatively, your editor might support dart pub get or 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';
copied to clipboard
97
likes
0
points
14.4k
downloads

Publisher

verified publisherpowersync.com

Weekly Downloads

2024.09.27 - 2025.04.11

PowerSync Flutter SDK - sync engine for building local-first apps.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

collection, flutter, powersync_core, powersync_flutter_libs, sqlite3_flutter_libs

More

Packages that depend on powersync