carousel icon indicating copy to clipboard operation
carousel copied to clipboard

A flutter Carousel Widget

Results 8 carousel issues
Sort by recently updated
recently updated
newest added

Unhandled exception when activity finish `A TabController was used after being disposed. Once you have called dispose() on a TabController, it can no longer be used. #0 ChangeNotifier._debugAssertNotDisposed. (package:flutter/src/foundation/change_notifier.dart:61:9) #1...

app] flutter packages get Running "flutter packages get" in app... The current Dart SDK version is 2.1.2-dev.0.0.flutter-0a7dcf17eb. Because app depends on carousel >=0.1.0 which requires SDK version

After upgrading my flutter version, i notice that my carousel code breaks. Here is the error generated: The current Dart SDK version is 2.1.0-dev.5.0.flutter-a2eb050044. Because package depends on carousel any...

_From @ranjannisha on September 10, 2018 9:7_ URL: https://pub.dartlang.org/packages/carousel I upgraded my flutter today and got an issue The current Dart SDK version is 2.1.0-dev.1.0.flutter-ccb16f7282. Because breadfruit depends on carousel...

i found some code example [here ](https://gist.github.com/collinjackson/4fddbfa2830ea3ac033e34622f278824), is it possible to adapt it to your library?

enhancement
help wanted

Thank's for this plugin it very nice. I think's it will be nicer if the Carousel stop when we TapDown and continue when we tapUp. I did it in my...

enhancement
good first issue

Would it be possible to create a widget underneath the carousel that displays the current selection, or at least expose the currently displayed widget? e.g. ![image](https://user-images.githubusercontent.com/22261839/37864985-5488390a-2f76-11e8-939b-ad86ea35b69b.png)

enhancement