powersync.dart icon indicating copy to clipboard operation
powersync.dart copied to clipboard

Support attachments on the web

Open simolus3 opened this issue 2 months ago • 0 comments

This:

  • Adds IOLocalStorage.pathFor, allowing users to resolve paths against the local storage implementation and avoids them having to replicate the join(await getApplicationDocumentsDirectory()) everywhere.
  • Adds the OpfsLocalStorage implementation storing files in OPFS.
  • Migrates the demo to support loading images on the web.

simolus3 avatar Oct 06 '25 11:10 simolus3