bbps_sdk_flutter 0.0.2 copy "bbps_sdk_flutter: ^0.0.2" to clipboard
bbps_sdk_flutter: ^0.0.2 copied to clipboard

Flutter plugin for Juspay BBPS (Bharat BillPay System) bill payments

0.0.2 #

Breaking Changes #

  • Unified API signatures: createService, initiate, process now accept a single optional params map instead of individual named parameters
  • process() no longer takes action as a positional argument; include it in params instead
  • initiate() no longer injects action and clientId on the native side; these must now be included in the Dart params map

Native Changes #

  • Android: Updated BBPS SDK from 0.1.9 to 0.1.10; fixed do_payment override modifier
  • iOS: Aligned initiate and process to accept direct params map consistently (removed legacy {params: {...}} support)
  • Both platforms: initiate now forwards params dynamically without injecting any defaults

Fixes #

  • Aligned Dart and iOS method channel signatures for initiate and process
  • Updated tests to reflect new API signatures

0.0.1 #

  • First Release of bbps_sdk_flutter
0
likes
160
points
53
downloads

Documentation

API reference

Publisher

verified publisherapp-dev.juspay.in

Weekly Downloads

Flutter plugin for Juspay BBPS (Bharat BillPay System) bill payments

Homepage
Repository (GitHub)
View/report issues

License

AGPL-3.0 (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on bbps_sdk_flutter

Packages that implement bbps_sdk_flutter