free_scroll 2.0.5 free_scroll: ^2.0.5 copied to clipboard
A unique Flutter package that enables 4-dimensional scrolling and zooming of widgets within a constrained area, with no similar package available in the Flutter ecosystem.
2.0.5 #
- Added a reset view option, allowing users to reset the scroll and zoom state programmatically.
- Fixed minor UI glitches when using the scroll on specific device resolutions.
- Improved responsiveness for various screen sizes and orientations.
2.0.4 #
- Improved performance for smooth scrolling on large lists.
- Enhanced compatibility with Flutter's latest stable version.
- Fixed an issue with rendering on devices with low screen resolutions.
2.0.3 #
- Fixed a bug where scrolling would not work correctly on non-touchscreen devices.
2.0.2 #
- Fixed minor UI issues in the documentation example.
2.0.1 #
- Fixed an issue where the scrollable area would not reset after zooming out to the minimum scale.
2.0.0 #
- Optimized memory usage when rendering large numbers of items in the scrollable area.
1.0.9 #
- Fixed an issue where custom padding would not be applied correctly in some edge cases.
1.0.8 #
- Improved compatibility with Flutter’s newer versions, enhancing overall stability.
1.0.7 #
- Introduced a
scrollDirection
parameter to allow users to customize whether scrolling is horizontal, vertical, or both.
1.0.6 #
- Enhanced documentation with examples for advanced use cases and configurations.
- Minor UI improvements in the default scroll area layout for better visual consistency.
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.