free_scroll 1.0.3
free_scroll: ^1.0.3 copied to clipboard
A Flutter package that enables freeform scrolling and zooming of widgets within a constrained area.
1.0.3 #
- Added support for customizing the zoom sensitivity via a
zoomSensitivityparameter. - 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.