isar-community / isar

Extremely fast, easy to use, and fully async NoSQL database for Flutter
https://isar-community.dev
Apache License 2.0
126 stars 14 forks source link

Use correct hosted URL in Quickstart in Readme #70

Closed robiness closed 3 weeks ago

robiness commented 4 months ago

It seems that the pub URL in the readme is not correct.

For me https://pub.isar-community.dev/ did not work, but https://isar-community.dev/ did.

Not sure if the project is about to switch URLs though. The error message was:

Because isar_generator >=3.1.3 <3.1.4 depends on isar from hosted on https://isar-community.dev and shared depends on isar from hosted on https://pub.isar-community.dev, isar_generator >=3.1.3 <3.1.4 is forbidden.
So, because shared depends on isar_generator 3.1.3, version solving failed.
mrclauss commented 4 months ago

The pub.isar-community.dev URL is actually correct. Which version were you trying to use? Looks like you tried 3.1.3 which might have had some issue as this was exactly when we first switched to the hosted version.

mrclauss commented 3 weeks ago

Missing feedback, closing