credio_reader 0.0.5
credio_reader: ^0.0.5 copied to clipboard
A Flutter plugin designed to simplify the process of integrating a credio reader into your mobile application.
0.0.5 #
0.0.4 - 2024-10-02 #
Added #
- Customizable amount input: Developers can now customize the appearance of the amount input field.
- Predefined amount option: Added ability to set a predefined amount, which skips the amount input screen.
- Customizable account type selection: Introduced a new
customSelectionSheet
option inCredioConfig
for custom account type selection UI. - Customizable PIN entry: Added
customPinEntry
option inCredioConfig
for custom PIN entry UI. - Customizable loader: Introduced
customLoader
inCredioConfig
for custom loading and error handling during transactions.
Changed #
- Enhanced error handling in custom loaders to provide a more consistent user experience.
- Updated
CredioConfig
to include new customization options. - Refactored
WithdrawalScreen
andPinInputScreen
to support new customization features.
Improved #
- Better type safety and error reporting in customizable components.
- More flexible UI customization options throughout the payment flow.