powersync.dart
powersync.dart copied to clipboard
Support attachments on the web
This:
- Adds
IOLocalStorage.pathFor, allowing users to resolve paths against the local storage implementation and avoids them having to replicate thejoin(await getApplicationDocumentsDirectory())everywhere. - Adds the
OpfsLocalStorageimplementation storing files in OPFS. - Migrates the demo to support loading images on the web.