skip to Main Content

My app is failing to run carousel package in flutter

I have added "carousel_pro: ^1.0.0" under dependencies in my pubspec.yaml file and imported in my desired file using "import 'package:carousel_pro/carousel_pro.dart';". Heres the whole file import 'package:carousel_pro/carousel_pro.dart'; import 'package:flutter/material.dart'; class CarouselImages extends StatefulWidget { final List<String> imagesListUrl; CarouselImages(this.imagesListUrl); @override _CarouselImagesState createState()…

VIEW QUESTION

Flutter awesome_extensions package issue

I cloned a project that uses awesome_extensions package version 2.0.5 but the problem is whenever I run the flutter pub get and run the app. It gives the following error that shows the version 2.0.8 is installed. ../../../.pub-cache/hosted/pub.dev/awesome_extensions-2.0.8/lib/widget_extensions/padding_extension.dart:44:29: Error: Member…

VIEW QUESTION

Facing the issue in pubspec.yaml – Shopify

When i integrate the library new_version: ^0.2.0 in the project after pub get i get this error - Because new_version >=0.0.7 depends on package_info_plus ^1.0.0 which depends on package_info_plus_platform_interface ^1.0.0, new_version >=0.0.7 requires package_info_plus_platform_interface ^1.0.0. And because package_info_plus_platform_interface >=1.0.0-nullsafety.1 depends…

VIEW QUESTION
Back To Top
Search