thielepaul / photoprism-mobile

Flutter App for PhotoPrism
GNU General Public License v3.0
893 stars 72 forks source link

flutter pub errors out #122

Open step21 opened 3 years ago

step21 commented 3 years ago

Hey I was just trying to build locally - but flutter pub get errors out due to version conflicts. Is there a solution for that, or did I do something wrong?

Running "flutter pub get" in flutter_tools...                      10,7s
Because no versions of mockito match >4.1.4 <5.0.0 and mockito 4.1.4 depends on test_api ^0.2.19-nullsafety, mockito ^4.1.4 requires test_api ^0.2.19-nullsafety.
And because every version of flutter_test from sdk depends on test_api 0.3.0, mockito ^4.1.4 is incompatible with flutter_test from sdk.
So, because photoprism depends on both flutter_test any from sdk and mockito ^4.1.4, version solving failed.
Running "flutter pub get" in photoprism-mobile...
pub get failed (1; So, because photoprism depends on both flutter_test any from sdk and mockito ^4.1.4, version solving failed.)
jessanros commented 3 years ago

Did you figure this out?

step21 commented 3 years ago

No. But I also didn't try much further.