Flutter Tinder Like Cards
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 = […]
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 = […]
Boxy – Advanced multi-child layouts in Flutter. This library provides several widgets and utilities that enable you to create advanced layouts without in-depth knowledge of […]
Alphabet List Scroll View A customizable listview with A-Z side scrollbar to fast jump to the item of the selected character. Quick scroll through list […]
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 BMI Calculator is a Body Mass Index(BMI) calculator app developed with Flutter. Currently, the BMI is calculated using Metric units. Support for Imperial […]
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 […]
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 […]
Passwd. A beautiful, encrypted password manager, built using Flutter and Dart. Features Fully encrypted using AES-256-CTR (including the database stored on-device) Support for TOTP Secure […]
Country picker A flutter package to select a country from a list of countries. Getting Started Add the package to your pubspec.yaml: country_picker: ^1.0.5 In […]
Copyright © 2024 | WordPress Theme by MH Themes