Flutter Tinder Like Cards

Flutter Tinder Like Cards

September 10, 2020

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

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

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 Detect Credit Card

Flutter Detect Credit Card

May 12, 2020

credit_card_type_detector | Credit Card Type Detector A Dart package that detects credit card types based on the current credit card number patterns This is a […]

Flutter Stripe Payment Integration

Flutter Stripe Payment Integration

February 26, 2020

stripe_payment Conveniently secure payments methods using Stripe Flutter Stripe Payment Plugin Integration. Quick Glance This Flutter plugin is a straight port from tipsi-stripe plugin for […]