shs_cardscan 0.0.3
shs_cardscan: ^0.0.3 copied to clipboard
Flutter plugin for on-device payment card scanning on Android and iOS.
0.0.3 #
- Fix: Resolved Android release build issues caused by missing
Parcelizeruntime classes. - Fix: Added a release-only
integration_testAndroid stub so release APK/AAB builds complete reliably. - Fix: Limited Android release builds to
armeabi-v7aandarm64-v8ato avoid shipping non-compliant desktop/emulator native slices to Google Play. - Docs: Updated installation version and Android release notes.
0.0.2 #
- Fix: Resolved crash on iOS due to module mismatch in storyboard.
- Fix: Adjusted 'Back' button position to respect Safe Area on iOS.
- Internal: Corrected bundle identifier in
CSBundle.swiftfor proper resource loading.
0.0.1 #
- Add native card scanning support for Android and iOS.
- Add
isSupported()andscanCard()Flutter API. - Add on-device card number and expiry extraction support.
- Remove API key requirement from the Android flow.
- Bundle native platform implementations inside the Flutter package.