vdung7 / startapp_flutter_plugin

Flutter plugin for StartApp SDK

Home Page:https://pub.dev/packages/startapp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

not adding this package in my pubspec.yaml

Sreejith93 opened this issue · comments

[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

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!

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