Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

cloud_firestore: ^0.14.4 firebase_auth: ^0.18.4+1 smooth_star_rating: ^1.0.4 geopoint: ^0.7.1 geoflutterfire: ^2.2.1 google_maps: ^4.0.0 firebase_core: ^0.7.0

Because firebase_auth 0.18.4+1 depends on firebase_core ^0.5.3 and no versions of firebase_auth match >0.18.4+1 <0.19.0, firebase_auth ^0.18.4+1 requires firebase_core ^0.5.3. So, because app_name depends on both firebase_auth ^0.18.4+1 and firebase_core ^0.7.0, version solving failed.

pub get failed (1; So, because app_name depends on both firebase_auth ^0.18.4+1 and firebase_core ^0.7.0, version solving failed.) exit code 1

question from:https://stackoverflow.com/questions/65941281/firebase-auth-depends-on-firebase-core-error

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
546 views
Welcome To Ask or Share your Answers For Others

1 Answer

Use latest version of firebase_auth and try again.

set firebase_auth:^0.18.4+1

To

firebase_auth: ^0.20.0+1


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share

548k questions

547k answers

4 comments

86.3k users

...