glomopay_sdk 0.0.5 copy "glomopay_sdk: ^0.0.5" to clipboard
glomopay_sdk: ^0.0.5 copied to clipboard

Official GlomoPay Flutter SDK for integrating LRS Checkout.

Changelog #

0.0.5 #

  • Upgraded webview_flutter to 4.13.1.
  • Transitioned from deprecated onHttpError to onWebResourceError for robust network error handling.
  • Improved developer experience by allowing emulators when devMode is enabled.
  • Fixed UI issue where the software keyboard overlapped checkout input fields (added Scaffold padding).
  • Fixed widget testing regressions caused by UI structure changes.

0.0.4 #

  • Improved debug logging to automatically respect Flutter's kDebugMode alongside the SDK's configuration.
  • Added support for location.assign() and location.replace() to the WebView JS bridge.

0.0.3 #

  • Fixed Segment analytics events not being dispatched when SENTRY_DSN dart-define was absent.
  • Baked in production Segment write key — analytics now works out-of-the-box without --dart-define flags.
  • Decoupled Segment and Sentry initialisation: each can now be enabled independently.
  • Added isSegmentConfigured and isSentryConfigured getters to SdkCredentials.

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.