Flutter Neumorphic UI Kit

Flutter Neumorphic UI Kit

September 22, 2020 totosugito 0

flutter_neumorphic A complete, ready to use, Neumorphic ui kit for Flutter Try Flutter-Neumorphic on your browser : 👉 https://flutter-neumorphic.firebaseapp.com/ 🌐 ⚙️ Installation https://pub.dev/packages/flutter_neumorphic dependencies: flutter_neumorphic: […]

Flutter Card Hides Content

Flutter Card Hides Content

September 21, 2020 totosugito 0

scratcher Scratch card widget which temporarily hides content from user. Features Android and iOS support Cover content with full color or custom image Track the […]

Exoplayer Flutter

Exoplayer Flutter

September 21, 2020 totosugito 0

Flutter_exoplayer A Flutter plugin that let’s you play multiple audio files simultaneously with an option to choose if to play in background or as a […]

Direct Select Flutter

Direct Select Flutter

September 16, 2020 totosugito 0

direct-select-flutter DirectSelect is a selection widget with an ethereal, full-screen modal popup displaying the available choices when the widget is interact with. Inspired by dribble […]

Flutter Download Plugin

Flutter Download Plugin

September 14, 2020 totosugito 0

Flutter Downloader A plugin for creating and managing download tasks. Supports iOS and Android. This plugin is based on WorkManager in Android and NSURLSessionDownloadTask in […]

Flutter Draggable Scrollbar

Flutter Draggable Scrollbar

September 14, 2020 totosugito 0

Draggable Scrollbar A scrollbar that can be dragged for quickly navigation through a vertical list. Additionaly it can show label next to scrollthumb with information […]

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