Results 45 comments of Iiro Krankka

Why do you have to flip the left and right button? Wouldn't reversing the ArrayList that contains the items and making the indicator starting position to be the last icon...

This could be an additional feature, but there's no reason to change the behavior completely, as it could break someone's code.

Will do. If all is well, I'll update this for the next version of the library.

@jboeyin This library was not meant to be for doing slideshows. It was created to have a nice looking replacement for radio buttons and dropdown menus. What would an autoplay...

@pulyaevskiy the CI is not passing because of formatting. I didn't want to create a bigger diff than it needs to be, but let me know how I should proceed...

One option is to do it with [package:clock](https://pub.dev/packages/clock), which is maintained by the Dart team: ```dart import 'package:clock/clock.dart'; void main() { // prints current date and time print(clock.now()); } ```...

https://iiro.dev/considering-flutter/ - looks like the Codemate link is dead.

> @matthew-carroll FYI - as I've investigated approaches to undo/redo, I'm close to coming to the conclusion that perhaps the easiest way to achieve state jumps is to internally use...