free_scroll 1.0.5 free_scroll: ^1.0.5 copied to clipboard
A Flutter package that enables freeform scrolling and zooming of widgets within a constrained area.
1.0.5 #
- Added support for custom scroll speed via the
scrollSpeed
parameter for finer control over scrolling behavior. - Improved performance when handling multiple widgets inside the scrollable area.
- Fixed a bug where zooming and scrolling could conflict when using very small or large zoom scales.
1.0.4 #
- Enhanced the responsiveness of the layout on different screen sizes and devices.
- Updated the example code in the documentation to reflect recent changes and improvements.
- Minor bug fixes and optimizations for smoother touch and mouse interactions.
1.0.3 #
- Added support for customizing the zoom sensitivity via a
zoomSensitivity
parameter. - Improved handling of large images and complex widgets inside the scrollable area.
- Fixed an issue where the scrollable area would not reset after zooming out to the minimum scale.
- Enhanced touch and mouse gesture recognition for smoother interaction.
- Updated dependencies and improved compatibility with the latest Flutter versions.
- Fixed minor UI issues in the documentation example.
1.0.2 #
- Fixed a bug where scrolling would not work correctly on non-touchscreen devices.
- Improved performance when zooming in large lists of items.
- Added better handling for edge cases when zooming and panning simultaneously.
- Updated documentation for better clarity on parameters and usage.
1.0.1 #
- TODO: Describe initial release.