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