glomopay_sdk 0.0.5
glomopay_sdk: ^0.0.5 copied to clipboard
Official GlomoPay Flutter SDK for integrating LRS Checkout.
Changelog #
0.0.5 #
- Upgraded
webview_flutterto 4.13.1. - Transitioned from deprecated
onHttpErrortoonWebResourceErrorfor robust network error handling. - Improved developer experience by allowing emulators when
devModeis enabled. - Fixed UI issue where the software keyboard overlapped checkout input fields (added
Scaffoldpadding). - Fixed widget testing regressions caused by UI structure changes.
0.0.4 #
- Improved debug logging to automatically respect Flutter's
kDebugModealongside the SDK's configuration. - Added support for
location.assign()andlocation.replace()to the WebView JS bridge.
0.0.3 #
- Fixed Segment analytics events not being dispatched when
SENTRY_DSNdart-define was absent. - Baked in production Segment write key — analytics now works out-of-the-box without
--dart-defineflags. - Decoupled Segment and Sentry initialisation: each can now be enabled independently.
- Added
isSegmentConfiguredandisSentryConfiguredgetters toSdkCredentials.
0.0.2 #
- Fixed memory leaks in
GlomoPayController. - Improved analytics tracking reliability.
- Added missing platform interface test dependencies.
- Resolved all static analysis warnings.
0.0.1 #
- Initial release of GlomoPay Flutter SDK.