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

Flutter Range Slider Widget

Flutter Range Slider

February 20, 2020 totosugito 0

RangeSlider An extension of the Flutter Material Slider to allow selection of a range of values via 2 thumbs. Step by step explanation A full […]

Flutter Slideable List Item

Flutter Slideable List Item

February 20, 2020 totosugito 0

flutter_slidable A Flutter implementation of slidable list item with directional slide actions that can be dismissed. Slidable is now a Flutter Favorite package! Features Accepts […]

Flutter Fluid Slider

Flutter Fluid Slider

February 20, 2020 totosugito 0

Fluid Slider for Flutter Inspired by a dribbble by Virgil Pana. A fluid design slider that works just like the Slider material widget. Used to […]

Flutter Speed Dial

Flutter Speed Dial

February 20, 2020 totosugito 0

Flutter Speed Dial Flutter package to render a Material Design Speed Dial. Usage The SpeedDial widget is built to be placed in the Scaffold.floatingActionButton argument, […]