Skip to content

Latest commit

 

History

History
100 lines (60 loc) · 1.88 KB

CHANGELOG.md

File metadata and controls

100 lines (60 loc) · 1.88 KB

[1.0.0] - 24/06/2020

  • Completely added all widget, functional
  • Added color edition
  • Forms
  • Display
  • Description

[1.0.1] - 24/06/2020

  • Added example and formated files

[1.0.2] - 26/06/2020

  • Added prepay cards!
  • Fixed bugs on card
  • Fixed width and height display resolutions
  • Easy way to decide what type of card you need
  • Soon Paypal

[1.0.3] - 28/06/2020

  • Added english language support

[1.0.4] . 02/07/2020

  • Fixed Name textForm bug

[1.0.5-rc1]- 03/07/2020

  • First try of fixing assets

[1.0.5-rc2]- 03/07/2020

  • Second try of fixing assets

[1.0.5] - 03/07/2020

  • Fixed asset unable to load

[1.0.6] - 03/07/2020

  • Removed unnecesary logs (Although flutter have some problems with this)

[1.0.7] - 03/07/2020

  • Change on filters

[1.0.8] - 09/07/2020

  • Added code information to Provider

[1.0.9] - 26/07/2020

  • Added text fonts sizes

[1.0.10] - 07/09/2020

  • Added private fields, and removed fields like cvc and credit number from edit Form

[1.0.11] - 07/09/2020

  • Changed Id from int to String for more flexibility

[1.0.12] - 07/09/2020

  • Changed OnChangeCard for a future function

[1.1.0] - 20/12/2020

  • Changed way onChangedCard and onDropCancel methods are called
  • Added color modifications
  • Added comments in all variables
  • Fixed bugs on text enter
  • Added code validations
  • Added card brand enum
  • Passed colors to local file

[1.2.0] - 03/04/2021

  • Updated pubspec.yaml packages to latest versions
  • Fixed errors in showDialog() in order to work with FLuter 2.0
  • Updated examples versions

[1.2.1] - 14/04/2021

  • Fixed some warnings in Flutter 2.0
  • Fixed errors in prepay validate code functions

[1.2.2] - 16/04/2021

  • Changed credit from string to double
  • Now validateCode function is Map<String, dynamic> type
  • Formatted code

[1.2.3] - 16/04/2021

  • Removed warnings in examples
  • Added publish workflow