flutter-basic-calculator icon indicating copy to clipboard operation
flutter-basic-calculator copied to clipboard

Error when trying to run fluter pub get

Open kasandrop opened this issue 4 years ago • 0 comments

I really don't understand why you extend events from Equatable if you dont override transform in bloc.

By the way When running flutter pub get I am getting the following error:

Because every version of flutter_test from sdk depends on test_api 0.3.0 and mockito >=4.1.2 <=5.0.0-nullsafety.7 depends on test_api ^0.2.19-nullsafety, flutter_test from sdk is incompatible with mockito >=4.1.2 <=5.0.0-nullsafety.7. So, because basic_calculator depends on both mockito ^4.1.2 and flutter_test any from sdk, version solving failed. pub get failed (1; So, because basic_calculator depends on both mockito ^4.1.2 and flutter_test any from sdk, version solving failed.)

kasandrop avatar Apr 27 '21 14:04 kasandrop