From 8465e10e3d79282e5796d650e7fb25839811aa4d Mon Sep 17 00:00:00 2001 From: endless7 Date: Mon, 19 Sep 2022 18:19:35 +0800 Subject: [PATCH] chore: update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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).