- Fix: replace deprecated tolerance with toleranceFor
- Fix: web and android example
- Fix: config for supporting dart version 3.x+
- Update: README.md
- Add: open ListView itemExtent
- Update: README.md
- Fix: limit only allow dart version >= 2.19+
- Fix: issues for flutter version 3.7+
- Update: upgraded dependence
- Update: upgraded dependence
- Update: CHANGELOG.md
- Update: specify package version to flutter version mapping
- Fix: pull-to-refresh after flutter 3.3
- Update: example project ios target to 11
- Update: CHANGELOG.md
- Update: example keep alive image
- Update: example reorder header or footer
- Update: example desktop support
- Update: desktop pull-to-refresh and custom scrollbar example
- Update: example data generation
- Update: support lint 2.0
- Add: fixed footer
- Update: using LinkedScrollControllerGroup to handle controller synchronization
- Update: separated scroll related controllers initialization
- Update: break down exmaple files
- Update: refactored left right naming to fixed or bidirectional
- Update: README.md for flutter version and package version
- Add: Right-to-left constructor
- Update: Right-to-left example and README.md
- Update: upgraded dependence
- Fix: Replace flutter scrollbar widget isAlwaysShown with thumbVisibility
- Fix: WidgetsBinding.instance handling after flutter 3.0.0
- Update: WidgetsBinding.instance handling after flutter 3.0.0
- Update: flutter formating
- Update: example android project for 2.10.5 flutter version
- Remove: uneccessary import of pull to refresh
- Fix: minor comment typo
- Remove: unused import in pull to refresh lib
- Update: upgraded dependence
- Update: README.md example
- Add: pull to load new data
- Fix: horizontal scrollbar disappear even isAlwaysShown true
- Update: upgraded dependence
- Update: upgraded dependence
- Update: smoothen refresh action
- Fix: left and right scroll when refreshing
- Update: Refresh Status export
- Update: vertical scroll sync logic when pull to refresh is on
- Update: README.md supported refresh header description
- Update: separated right header and listview horizontal scroll
- Add: horizontal scroll physics field for right horizontal scroll
- Update: always show vertical scroll bar on right
- Fix: vertical list view header divider height
- Add: ScrollPhysics setting
- Update: README.md with null-safety and ScrollPhysics info
- Update: version for release null-safty support
- Update: dart format
- Feature: null-safety support
- Update: enable Scrollbar thumb color cutomization
- Fix: scrollbar style null issue
- Update: disabled Scrollbar thumb color cutomization
- Separated: RawScrollbar in beta channel
- Fix: CustomScrollBar class resolve issue
- Update: custom scollbar handling
- Update: remove deprecated class
- Update: changed base UI with CustomMultiChildLayout
- Add: new tableHeight param
- Update: dart format
- Fix: removed deprecated method in smartrefresh
- Update: README.md
- Update: README.md for scroll controller and issue templates
- Add: exposed scroll controller
- Add: getter for refresh controller
- Remove: deprecated method
- Update: upgraded dependence
- Fix: null check for htdRefreshController in dispose
- Update: upgraded dependence
- Feature: pull refresh
- Fix: flutter warning
- Update: upgraded dependence
- Fix: elevation == 0 caused infinite
- upgraded dependence
- upgraded dependence
- upgraded dependence
- fixed itemBuilder and Children checking incorrect
- upgraded dependence
- upgraded dependence
- upgraded dependence
- upgraded dependence
- Improve: Added example project
- upgraded dependence
- Feat: Added new elevationColor allowing change of shadow color
- Improve: Use boxShadow avoid flutter Material shadow issue
- Fix: Horizontal shadow cannot be shown due to current flutter version
- Fix: README.md background color default color as white
- Fix: left hand side column show incorrect color
- Doc: updated example of doing sorting
- Improve: use Selector instead of Consumer
- fixed left hand side column cannot adapt color from background
- upgraded dependence
- upgraded dependence
- fixed _getElevation() may return a negative value incorrectly
- upgraded dependence
- Init version