moovida / dart_jts

An effort to port some of the Java Topology Suite to dart
Other
26 stars 19 forks source link

Dependency error with flutter 3.7 and the collection package. #16

Closed jetpeter closed 1 year ago

jetpeter commented 1 year ago

Flutter 3.7 released to stable requires collection 1.17.

Because every version of flutter_test from sdk depends on collection 1.17.0 and dart_jts >=0.2.1+1 depends on collection >=1.14.13 <=1.16.0, flutter_test from sdk is incompatible with dart_jts >=0.2.1+1.

https://github.com/moovida/dart_jts/blob/7dd6eba127e20f6a1ba88b38e8434cf4920d4937/pubspec.yaml#L13

iulian0512 commented 1 year ago

also have the issue, why is this constraint used ?

moovida commented 1 year ago

this should be fixed now, cleaned up deps

iulian0512 commented 1 year ago

@moovida please see https://github.com/moovida/dart_jts/pull/17