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 […]

Flutter Grid View Annual Task

Flutter Grid View Annual Task

March 10, 2020 totosugito 0

flutter_annual_task Flutter package for displaying Grid View of Daily Task like Github-Contributions. Example Usage Make sure to check out example project. AnnualTaskView( taskItem // List<AnnualTaskItem> […]

Flutter Timeline Widget

Flutter Timeline Widget

March 5, 2020 totosugito 0

Flutter Timeline Widget Displays a scrollable timeline with custom child widgets and custom icons. Installation In your pubspec.yaml file within your Flutter Project: dependencies: timeline_list: […]