reorderable_carousel 0.4.0+1 copy "reorderable_carousel: ^0.4.0+1" to clipboard
reorderable_carousel: ^0.4.0+1 copied to clipboard

A carousel in that allows one to reorder the contents of it via drag and drop

Changelog #

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased #

Fixed #

  • update version in readme

0.4.0 - 2022-08-23 #

Changed #

  • Flutter 3 support and update analysis package (Thanks @jocubeit !)

0.3.2+1 - 2021-09-23 #

Changed #

  • upgrade to Fluter 2.5.1

0.3.2 - 2021-07-12 #

Added #

  • Allow scroll-to animation curve and duration to be specified

0.3.1 - 2021-04-21 #

Added #

  • Added draggedItemBuilder allowing you to build the widget that's being dragged

0.3.0 - 2021-04-08 #

Added #

  • BREAKING

    maxNumberItems can be used to limit the number of items in a carousel (this used to be implicitly set to 10). If not set you can add unlimited number of items.

Changed #

  • addItemAt can now return a bool. Returning true or null indicates that an item was added and that the selected item should be updated. Returning false means that the item ended up not being added, and thus selected item shouldn't be updated.

    Seeing as null is an appropriate return value, this won't be a breaking change.

0.2.0 - 2021-03-31 #

Changed #

  • addItemAt can now be used async. Meaning that onItemSelected won't be called until it completes

0.2.0-nullsafety - 2021-03-24 #

Changed #

  • Null safety

0.1.1 - 2021-03-24 #

Added #

  • Add parameter itemWidthFraction to control how item width is calculated

Changed #

  • Change scroll calculation to accommodate non-fixed item fraction

Fixed #

  • Scroll to item getting used on wrong gesture

0.1.0+2 - 2021-03-23 #

Fixed #

  • Fix clicking on item not scrolling to said item

0.1.0+1 - 2021-03-23 #

Changed #

  • Fix image url in readme
  • Update pubspec description

0.1.0 - 2021-03-23 #

Added #

  • Initial release of package
16
likes
120
pub points
60%
popularity

Publisher

verified publishertylernorbury.com

A carousel in that allows one to reorder the contents of it via drag and drop

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on reorderable_carousel