serenader2014 / flutter_carousel_slider

A flutter carousel widget, support infinite scroll, and custom child widget.
https://pub.dev/packages/carousel_slider
MIT License
1.56k stars 526 forks source link

Carousel_slider is Showing two imports #443

Open MelvinITOI opened 2 weeks ago

MelvinITOI commented 2 weeks ago

/C:/Users/melvi/AppData/Local/Pub/Cache/hosted/pub.dev/carousel_slider-4.2.1/lib/carousel_slider.dart:9:1: Error: 'CarouselController' is imported from both 'package:carousel_slider/carousel_controller.dart' and 'package:flutter/src/material/carousel.dart'. import 'carousel_controller.dart';

Before its working fine .But Now it showing error

This is my Flutter version Flutter 3.23.0

kishan-dhankecha commented 2 weeks ago

Hi, @MelvinITOI

This issue is already resolved on kishan-dhankecha/carousel_slider_plus@12fd3ee and soon will be pushed to the pub.dev.

dhirajbajaj commented 2 weeks ago

When can the change be live. It is throwing error on vercel

kishan-dhankecha commented 2 weeks ago

It's already live!! check carousel_slider_plus

dhirajbajaj commented 1 week ago

I am using: carousel_slider: 4.2.1 The code is generated by flutterflow automatically and imports carousal_slider everywhere. Its a massive task to replace this to your version. How do i do it?

kishan-dhankecha commented 1 week ago

Duplicate of #442