powersync-ja/powersync.dart

can't install supabase-todolist (powersync_attachments_helper +3)

Closed this issue · 3 comments

in the demo src code, pubspec.yml references build +3

dependencies:
  flutter:
    sdk: flutter
  powersync_attachments_helper: ^0.6.5+3

but this is not deployed to pub.dev (presumably yet) causing the following resolution failure

>... supabase-todolist % flutter pub get     
Resolving dependencies... 
Because powersync_flutter_demo depends on powersync_attachments_helper ^0.6.5+3 which doesn't match any versions, version solving failed.

Thank you for reporting this. We have a PR up to fix this in the demos and publish a new version of the powersync_attachments_helper package.

This should now be fixed if you pull the latest changes from the main branch @JavascriptMick

Thanks, that does now resolve.