Skip to content

berkanaslan/flutter_custom_credit_card_ui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter Custom CreditCard UI

pub package

Implement a simple flutter library to render a beautiful credit card ui with card detection.

Preview

Features

  • Card Detection.
  • Adjust UI

How to use?

Import Package

import "package:flutter_custom_credit_card_ui/flutter_custom_credit_card_ui.dart";

Components use

CustomCreditCard(
                cardNumber: "34111111111111111",
                cardHolder: "LyhourChhen",
                year: _dateTime.year,
                month: _dateTime.month,
              ),

Todo

  • Pusblished to pub.dev.
  • How to use?
  • Library changelog.
  • Widely adjustment like positioning and ui.

Author

About

Implement a simple flutter library to render a beautiful credit card ui with card detection.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 95.1%
  • Swift 3.5%
  • Kotlin 1.1%
  • Objective-C 0.3%