Flutter Listview Header

Flutter Listview Header

March 16, 2020 totosugito 0

sticky_and_expandable_list Flutter implementation of sticky headers and Flutter Expandable Listview .Support use it in a CustomScrollView. Features Support build an expandable ListView, which can expand/collapse […]

Flutter Dynamic List View

Flutter Dynamic List View

March 11, 2020 totosugito 0

Dynamic List View A list component that can refreshes and adds more data for Flutter App. 🚀 Installation Add this to your package’s pubspec.yaml file: […]

Flutter Snapping List

Flutter Snapping List

March 10, 2020 totosugito 0

snaplist A small cozy library that allows you to make Snappable List Views Issues and Pull Requests are really appreciated! Snaplist supports different and even […]

Flutter Infinite ListView

Flutter Infinite ListView

March 10, 2020 totosugito 0

Flutter Infinite ListView Flutter Infinite ListView is ListView with items that can be scrolled infinitely in both directions. Quick Usage Replace your existing ListView with […]

Flutter ListView Displays Multiple Widget

Flutter ListView Displays Multiple Widget

March 10, 2020 totosugito 0

MultiTypeListView A light weight flutter customer ListView that displays multiple widget types. Screenshot home chat Getting Started dependencies: multi_type_list_view: ^0.1.0 Usage import 'package:multi_type_list_view/multi_type_list_view.dart'; 1. create […]

Flutter Filter List

Flutter Filter List

March 10, 2020 totosugito 0

filter_list Plugin FilterList is a flutter plugin which is designed to provide ease in flutter filter data from list of strings. Download App Data flow […]