diff --git a/README.md b/README.md index ccfb3f7..69f7e6a 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,11 @@ ScrollKit provides additional features for list in Flutter Apps. ## Features -- [✓] JumpTo(int index). +- [✓] JumpTo(int index) with a high performance. - [✓] ScrollTo(int index). - [✓] Load list content from both leading and trailing direction. -- [✓] Reuse the Element and RenderObject of list item. -- [✓] Provide life-cycle callbacks of list item. +- [✓] Reuse the Element and the RenderObject of the list item. +- [✓] Provide life-cycle callbacks of list items. - [✓] Load more list items without refreshing the whole list. - [✓] Provides JumpTo, ScrollTo with compatibility of refresh components(SmartRefresher).