pocketbase / dart-sdk

PocketBase Dart SDK
https://pub.dev/packages/pocketbase
MIT License
505 stars 51 forks source link

I cant add pocketbase dependency in my flutter project. How to fix? #51

Closed ZainRaza78 closed 11 months ago

ZainRaza78 commented 11 months ago

Terminal: [pocketbase] flutter pub add pocketbase Because pocketbase depends on pocketbase, version solving failed. exit code 65

ganigeorgiev commented 11 months ago

This doesn't really make sense. Maybe it is conflicting because your package name seems to be the same as the imported one? Try to rename it.

In any case, I don't think there is an issue with the SDK because I'm not able to reproduce it locally and the pub.dev analysis most likely would have failed.

If you think that there is an issue with the SDK, please create a minimal reproducible repo and I'll have a look.