flutter-carousel icon indicating copy to clipboard operation
flutter-carousel copied to clipboard

A carousel package in flutter with various configuration options

Results 9 flutter-carousel issues
Sort by recently updated
recently updated
newest added

Hello there. is there any plan update on null safety?

Hey :) I was wondering whether you have plans to release a version of your package supporting the new null safety feature of Flutter/Dart. Thanks in advance for your reply!

commenting `props.updatePositionCallBack(i);` as its causing exception.

added callback method for onPageChange and passed in current page.

`The method 'updateRenderer' was called on null. Receiver: null Tried calling: updateRenderer(false)` Everytime I scroll between the widgets, I get this error. Code: `import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; import 'package:flutter_multi_carousel/carousel.dart'; import...

Hey, does anyone know a way to make the dots left and right of the middle dot fade? Like instagrams dots. ![image](https://user-images.githubusercontent.com/20318830/92995069-3834a200-f500-11ea-8b0f-26b050f96aab.png)

The widget is working well with my application. But i want to ask is there a way i can allow the carousel to auto rotate and infinite rotation. i followed...