vdung7 / startapp_flutter_plugin

Flutter plugin for StartApp SDK
https://pub.dev/packages/startapp
Apache License 2.0
12 stars 9 forks source link

not adding this package in my pubspec.yaml #7

Closed Sreejith93 closed 4 years ago

Sreejith93 commented 4 years ago

[startapp] flutter packages get Running "flutter pub get" in startapp...
Error on line 23, column 3 of pubspec.yaml: A package may not list itself as a dependency.

╷ 23 │ startapp: ^0.4.0 │ ^^^^^^^^ ╵ pub get failed (65; ╵) exit code 65

i got this error

vdung7 commented 4 years ago

Hi @Sreejith93,

I'm guessing the name of your flutter project is also startapp.

name: startapp

dependencies:
  startapp: ^0.4.0

Can you check if that's the case and if not could you please include the full pubspec.yaml file?

Thanks!

Sreejith93 commented 4 years ago

Hi @Sreejith93,

I'm guessing the name of your flutter project is also startapp.

name: startapp

dependencies:
  startapp: ^0.4.0

Can you check if that's the case and if not could you please include the full pubspec.yaml file?

Thanks!

thank you. its correct