skip to Main Content

X depends on flutter_web_plugins any which doesn't exist (could not find package flutter_web_plugins at https://pub.dev), version solving failed

more info: `pub get failed command: "/usr/local/dev/tooling/flutter/bin/cache/dart-sdk/bin/dart __deprecated_pub --color --directory . get --example" pub env: { "FLUTTER_ROOT": "/usr/local/dev/tooling/flutter", "PUB_ENVIRONMENT": "flutter_cli:get", "PUB_CACHE": "/Users/ziv_l/.pub-cache", } exit code: 69` and in pubspec.lock file: flutter_web_plugins: dependency: "direct main" description: name: flutter_web_plugins sha256: bb8dcba2b000b9230e5fbbd726eb8199fe9313ca1e317d080d4e26bb3a5ca5a2 url:…

VIEW QUESTION

Flutter – Failed assertion: line 49 pos 16: 'initalPageIndex <= (imagesLink.length – 1) && initalPageIndex >= 0': is not true.)

I'm Trying To Show A Slider Using The Following Package fan_carousel_image_slider 0.1.2 Full Error Text: _AssertionError ('package:fan_carousel_image_slider/src/image_slider.dart': Failed assertion: line 49 pos 16: 'initalPageIndex <= (imagesLink.length - 1) && initalPageIndex >= 0': is not true.) I Tried To Change Attributes…

VIEW QUESTION
Back To Top
Search