You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.../AppData/Local/Pub/Cache/hosted/pub.dev/sqlcipher_flutter_libs-0.6.4/lib/sqlcipher_flutter_libs.dart:9:8: Error: Dart library 'dart:ffi' is not available on this platform.
import 'dart:ffi';
^
Context: The unavailable library 'dart:ffi' is imported through these packages:
web_entrypoint.dart => package:my_app=> package:powersync_sqlcipher => package:powersync_core => package:sqlite_async => package:sqlite3 => dart:ffi
web_entrypoint.dart => package:my_app=> package:powersync_sqlcipher => package:sqlcipher_flutter_libs => dart:ffi
...
Is there an ETA for enabling compatibility? Or perhaps am I doing something wrong?
The text was updated successfully, but these errors were encountered:
Hey @sbeltran10, we do not currently support the web platform for the flutter package as it is not supported by the sqlcipher_flutter_libs package which we use to provide sqlcipher functionality.
This is something we are investigating but we don't have any timelines for when it will be ready.
Hello,
Loving the package so far but sadly cannot use
powersync_sqlcipher
for flutter web. Even when using:import 'package:powersync_sqlcipher/sqlite3_common.dart';
I get the following:
Is there an ETA for enabling compatibility? Or perhaps am I doing something wrong?
The text was updated successfully, but these errors were encountered: