isar-community / isar

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

Unable to resolve dependencies with 4.0.3 #99

Closed jukka-p closed 2 months ago

jukka-p commented 2 months ago

Fetching dependencies currently fail with message Because no versions of isar_flutter_libs match 4.0.3 and no versions of isar_flutter_libs match >4.0.3 <5.0.0, isar_flutter_libs ^4.0.3 is forbidden.

In pubspec.yml I have:

  isar:
    version: ^4.0.3
    hosted: https://pub.isar-community.dev/
  isar_flutter_libs:
    version: ^4.0.3
    hosted: https://pub.isar-community.dev/

I think this started with the release of 3.1.8. Same problem as #98 ?

AhmedLSayed9 commented 2 months ago

@mrclauss Can you have a look?

mrclauss commented 2 months ago

Package 4.0.3 was re-uploaded. Please check if it works now...

AhmedLSayed9 commented 2 months ago

Package 4.0.3 was re-uploaded. Please check if it works now...

It works fine now. Thanks!

jukka-p commented 2 months ago

Fixed