Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 819 Bytes

File metadata and controls

36 lines (25 loc) · 819 Bytes

Changelog

[1.0.1] - 2026-04-17

Added

  • CardFormConfig class to group optional UI flags passed to CardForm via the config parameter.
  • CardFormConfig.submitButtonText (default null) to override the submit button label; falls back to the localized value when null.
  • Widget tests for CardForm config flags and CardFormConfig defaults.
  • Example usages in example/lib/main.dart.

[1.0.0] - 2025-09-30

  • Final release

[0.0.1-beta.5] - 2025-06-05

Added

  • Encrypt card data before sending to API

[0.0.1-beta.4] - 2025-06-03

Added

  • dark mode was added

[0.0.1-beta.3] - 2025-05-30

Fix

  • exported missing classes

[0.0.1-beta.2] - 2025-05-30

Added

  • styles were updated

[0.0.1-beta.1] - 2025-05-29

Added

  • Localization Support
  • Customizable Appearance