multi_reorderable 0.1.2 copy "multi_reorderable: ^0.1.2" to clipboard
multi_reorderable: ^0.1.2 copied to clipboard

A Flutter package for multi-selection and animated reordering of items.

0.1.2 - 2023-05-19 #

Added #

  • Pull-to-refresh functionality with RefreshIndicator
  • Support for customizing refresh indicator appearance
  • Example implementation for pull-to-refresh in the example app

Changed #

  • Improved pagination implementation to be resilient to widget rebuilds
  • Page numbers are now calculated dynamically based on items count
  • Better error handling and debug information for pagination
  • Updated documentation and examples

Fixed #

  • Fixed pagination issues when widgets are rebuilt
  • Fixed issue with page number always being 1 in pagination requests
  • Improved widget state retention during rebuilds

0.1.1 #

  • Updated ExampleScreen, AdvancedExampleScreen, and PaginationExampleScreen constructors to use the shorthand super.key syntax.
  • Removed unused import statements from drag_styles_manager.dart to clean up the codebase.

0.1.0 #

  • Fixed index out of range error when dragging multiple items to the bottom of the list
  • Enhanced stacked style appearance with solid white background for dragged items
  • Improved visual hierarchy in the stacked style with proper opacity and transparency
  • Fixed various edge cases in the reordering functionality
  • Improved bounds checking in DragListUtils for safer reordering operations
  • Optimized drag handling for a smoother user experience

0.0.1 #

  • Initial release

0.0.2 #

  • Edits & fixes

0.0.3 #

  • Added drop target highlight feature to visually indicate where items can be dropped during reordering.
  • Update version to 0.0.3, and enhance theme properties for improved item reordering experience.

0.0.4 #

  • Revert withValues back to withOpacity
  • Update version to 0.0.4

0.0.5 #

  • Added pagination support for loading more items as user scrolls
  • Added ability to refresh the widget programmatically from outside using a GlobalKey
  • Exposed ReorderableMultiDragListState class to enable external refresh access
  • Added new example demonstrating pagination and refresh functionality
  • Improved error handling for data loading

0.0.6 #

  • Enhanced drag handling to improve user experience:
    • Improved drag stack positioning to appear directly above finger position
    • Created a clean staggered stack layout with consistent offset patterns
    • Eliminated rotation for better visual clarity
    • Enhanced visual hierarchy with proper opacity, borders and shadows
    • Added visual separation between active item and stacked items
    • Improved prominence of the dragged item with stronger borders and shadows
    • Fixed issues with drag stack placement during movement
    • Optimized continuous tracking of finger/cursor position
8
likes
0
points
347
downloads

Publisher

verified publishercodesters-inc.com

Weekly Downloads

A Flutter package for multi-selection and animated reordering of items.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on multi_reorderable