Flutter Tinder Like Cards

Flutter Tinder Like Cards

September 10, 2020 totosugito 0

TCard Tinder like cards. Uasge Use normal widget TCard( cards: [ Container(color: Colors.blue), Container(color: Colors.yellow), Container(color: Colors.red), ], ) Use network image List<String> images = […]

Flutter Color Picker

Flutter Color Picker

September 9, 2020 totosugito 0

flutter_colorpicker A HSV(HSB)/HSL color picker inspired by chrome devtools and a material color picker for your flutter app. Web Example Getting Started Use it in […]

BMI Calculator Flutter

BMI Calculator Flutter

September 8, 2020 totosugito 0

BMI Calculator BMI Calculator is a Body Mass Index(BMI) calculator app developed with Flutter. Currently, the BMI is calculated using Metric units. Support for Imperial […]

Flutter Weather App

Flutter Weather App

September 5, 2020 totosugito 0

Climatic ☁ About this App A weather app inspired by the beautiful designs made by Alyssa-Maree. In this App you’ll be able to find out […]

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