Kapelianovych / couchdb_dart

A library for Dart developers for work with CouchDB
https://pub.dev/packages/couchdb
Other
47 stars 18 forks source link

flutter_test from sdk is incompatible with couchdb >=0.1.4+1 #7

Closed ghost closed 5 years ago

ghost commented 5 years ago

log => Because every version of flutter_test from sdk depends on meta 1.1.6 and couchdb >=0.1.4+1 depends on meta ^1.1.7, flutter_test from sdk is incompatible with couchdb >=0.1.4+1. So, because couchdb_flutter depends on both couchdb ^0.4.3 and flutter_test any from sdk, version solving failed.

Kapelianovych commented 5 years ago

Thank you for your issue! I fixed the version constraint of meta dependency. Hope you will enjoy using couchdb package)