Draggable Flutter List

Draggable Flutter List

December 2, 2020 totosugito 0

draggable_flutter_list A flutter list view which can drag & move item to change order. some codes come from flutter_list_drag_and_drop fix flutter_list_drag_and_drop’s dart version support optimize […]

Flutter Draggable Scrollbar

Flutter Draggable Scrollbar

September 14, 2020 totosugito 0

Draggable Scrollbar A scrollbar that can be dragged for quickly navigation through a vertical list. Additionaly it can show label next to scrollthumb with information […]

Flutter Treeview Widget

Flutter Treeview Widget

September 5, 2020 totosugito 0

ListTreeView A treeview for Flutter. Based on the listview Highly customizable. It only manages the tree structure of the data, and the UI is designed […]

Flutter Sticky Header

Flutter Sticky Header

August 28, 2020 totosugito 0

flutter_sticky_header A Flutter implementation of sticky headers with a sliver as a child. Features Accepts one sliver as content. Header can overlap its sliver (useful […]

Flutter Select Dialog

Flutter Select Dialog

June 26, 2020 totosugito 0

select_dialog Package Package designed to select an item from a list, with the option to filter and even search the items online. pubspec.yaml select_dialog: <last […]

Flutter Sticky Headers

Flutter Sticky Headers

June 17, 2020 totosugito 0

Flutter Sticky Headers Lets you place headers on scrollable content that will stick to the top of the container whilst the content is scrolled. Usage […]

Flutter Pull To Refresh

Flutter Pull To Refresh

May 29, 2020 totosugito 0

flutter_pulltorefresh Intro a widget provided to the flutter scroll component drop-down refresh and pull up load.support android and ios. Download Demo(Android): Features pull up load […]