Not able to add carousel_slider package in flutter application

12 Views Asked by At

Running "flutter pub get" in carousel_slider... Resolving dependencies... Error on line 34, column 3 of pubspec.yaml: A package may not list itself as a dependency. ╷ 34 │ carousel_slider: ^4.2.1 │ ^^^^^^^^^^^^^^^ ╵ pub get failed

I tried changing the file name still the same error.

1

There are 1 best solutions below

0
Affan Minhas On

I think there might be the alignment issue. Make sure the pubspec.yaml look like this:

dependencies:
  flutter:
    sdk: flutter
  carousel_slider: ^4.2.1