Dependency Is not adding to the Pubspec.yamal #1986
Unanswered
dev-basit-seerox
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have just created a new project and start implementing Stripe in it. But when i add the dependency in to the yamal file and hit pub get it gives me the following error :
Error on line 40, column 3 of pubspec.yaml: A package may not list itself as a dependency.
╷
40 │ flutter_stripe: ^11.2.0
│ ^^^^^^^^^^^^^^
╵
Process finished with exit code 65
Beta Was this translation helpful? Give feedback.
All reactions