- Completely added all widget, functional
- Added color edition
- Forms
- Display
- Description
- Added example and formated files
- 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
- Added english language support
- Fixed Name textForm bug
- First try of fixing assets
- Second try of fixing assets
- Fixed asset unable to load
- Removed unnecesary logs (Although flutter have some problems with this)
- Change on filters
- Added code information to Provider
- Added text fonts sizes
- Added private fields, and removed fields like cvc and credit number from edit Form
- Changed Id from int to String for more flexibility
- Changed OnChangeCard for a future function
- 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
- Updated pubspec.yaml packages to latest versions
- Fixed errors in showDialog() in order to work with FLuter 2.0
- Updated examples versions
- Fixed some warnings in Flutter 2.0
- Fixed errors in prepay validate code functions
- Changed credit from string to double
- Now validateCode function is Map<String, dynamic> type
- Formatted code
- Removed warnings in examples
- Added publish workflow