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

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 Sticky Header

Flutter Sticky Header

August 28, 2020 totosugito 0

flutter_sticky_header A Flutter implementation of sticky headers with a sliver as a child. Features Accepts one sliver as content. Header can overlap its sliver (useful […]

Flutter Credit Card Form

Flutter Credit Card Form

August 19, 2020 totosugito 0

This package provides visually beautiful UX through animation of credit card information input form. Preview Installing Add dependency to pubspec.yaml Get the latest version in […]

Flutter Pull To Refresh

Flutter Pull To Refresh

May 29, 2020 totosugito 0

flutter_pulltorefresh Intro a widget provided to the flutter scroll component drop-down refresh and pull up load.support android and ios. Download Demo(Android): Features pull up load […]