Aoi-hosizora / flutter_ahlib

A personal flutter library, contains some useful widgets and utils.
MIT License
3 stars 0 forks source link

Split ScrollMoreController to extension and ListController #5

Closed Aoi-hosizora closed 3 years ago

Aoi-hosizora commented 3 years ago

ScrollMoreController should be split to an extension for scroll helper functions and ListController for refresh and append functions.

Consider to upgrade in the next version.

Aoi-hosizora commented 3 years ago

Done. Waiting for refactoring other classes.