serenader2014 / flutter_carousel_slider

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

This package is not working on the new Flutter version (3.24.0). #457

Closed thezuraiz closed 3 months ago

thezuraiz commented 3 months ago

This package is not working on the new Flutter version. Please check it out. WhatsApp Image 2024-08-07 at 19 44 18

alexboulay commented 3 months ago

Came here to say the same!

fawadABhatti commented 3 months ago

I have got the same issue

pokid commented 3 months ago

i got the same problem

felipecastrosales commented 3 months ago

duplicate #454 , close this

ixugo commented 3 months ago

I have got the same issue

fawadABhatti commented 3 months ago

I have downgraded the Flutter SDK to 3.22.2 and it works.

thezuraiz commented 3 months ago

You can use it by placing where you have syntax errors.

import 'package:flutter/material.dart' hide CarouselController;

avinash-gotluru commented 3 months ago

@thezuraiz I have tried it but still, it's not working for me. I believe the PR has to be raised.

thezuraiz commented 3 months ago

Then in that case you can switch to carousel_slider_plus package. Someone on social media posted it's an updated version with a different name on Pub Dev .

avinash-gotluru commented 3 months ago

@thezuraiz Yes, You are right we can change it to Carousel_slider_plus, Thanks for the suggestion.

serenader2014 commented 3 months ago

fixed in v5.0.0