Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.46 KB

CHANGELOG.md

File metadata and controls

40 lines (30 loc) · 1.46 KB

3.0.1 - Oct 12, 2021

  • Fixed #40 - Absence of focus node in credit_card_form.dart
  • Fixed #57 - Can we specify a custom card type logos
  • License update from BSD 2-Clause "Simplified" to MIT

3.0.0 - Sep 23, 2021

  • Glassmorphism UI.
  • Image background for card.
  • Chip option for card.
  • Card rotation on swipe gesture.
  • Example with new changes

2.0.0

  • Migrated to null safety.
  • Fixed #17 - Added translations for captions.
  • Fixed #16 - Validate Input card details.
  • Fixed 15 - Change hint Color and enabled border color
  • Fixed #9 - change labelText and hintText
  • Fixed #2 - textfield validation

0.1.4

  • Feature : Added number and CVV obfuscation
  • Feature : Added input decorations
  • Feature : Added simple card input validations

0.1.3

  • Feature : Applied Default ThemeData.

0.1.2

  • Added CreditCard with Form Widget CreditCardForm.
  • Bug and Lint check fixes

0.1.1

  • Code Improvements

0.1.0

  • First Release