gmpassos / esc_pos_dart

ESC/POS thermal WiFi printer support for Dart (non-Flutter dependent).
Other
2 stars 3 forks source link

flutter_test from sdk, version solving failed. #3

Closed Ericahyana closed 1 year ago

Ericahyana commented 1 year ago

Resolving dependencies... Because every version of flutter_test from sdk depends on collection 1.17.1 and esc_pos_dart >=1.0.2 depends on collection ^1.17.2, flutter_test from sdk is incompatible with esc_pos_dart >=1.0.2. So, because myApp depends on both esc_pos_dart ^1.0.4 and flutter_test from sdk, version solving failed. exit code 1

gmpassos commented 1 year ago

Just update your flutter: https://github.com/flutter/flutter/blob/master/packages/flutter_test/pubspec.yaml#L36

Next Flutter version uses collection: 1.17.2 (maybe in 2 weeks)

Best regards