Closed jukka-p closed 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.
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:
pubspec.yml
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 ?
@mrclauss Can you have a look?
Package 4.0.3 was re-uploaded. Please check if it works now...
It works fine now. Thanks!
Fixed
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:I think this started with the release of 3.1.8. Same problem as #98 ?