flutter-carousel
flutter-carousel copied to clipboard
A carousel package in flutter with various configuration options
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. 
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...
How to reduce the transition speed