Running "flutter pub get" in appName...
Because appName depends on moor_flutter ^2.0.0 which depends on moor ^2.0.0, moor ^2.0.0 is required.
So, because appName is 1.0.0+1, version solving failed.
pub get failed (1)
Is that the full error message? I can't see how pub would reject moor based on your app's version...
Is your app's name the same as some package on pub.dev by any chance?
I strongly believe the problem is that you named your project "moor", which clashes with this package imported by moor_flutter.
If that's not the problem, please reply and I'll re-open this issue.
yes you're right thank you for your help
Most helpful comment
yes you're right thank you for your help