bbps_sdk_flutter
Flutter plugin for Juspay BBPS (Bharat BillPay System) bill payments
0.0.3
juspay/bbps-sdk-flutter
What this package is like to depend on
Last release 2 months ago
03 Jun 2026
Too new to tell
only 2 release windows
Nearly every release is documented
notes for 3 of 3 stable releases
Nothing withdrawn
no release was ever pulled
3 months old
3 releases · first in 2026
3 releases in the last 12 months
see the full history below
Release timeline
3 releases · May 2026 to Jun 2026Releases
latest 3-
0.0.303 Jun 2026Release notes
Open source →- Lowered minimum Dart SDK requirement from
^3.11.5to^3.9.0 - Raised minimum Flutter SDK requirement from
>=3.3.0to>=3.35.0to align with Dart 3.9.0 - Lowered
flutter_lintsfrom^6.0.0to^5.0.0for wider compatibility
- Lowered minimum Dart SDK requirement from
-
0.0.222 May 2026Release notes
Open source →What's Changed
Breaking Changes
- Unified API signatures:
createService,initiate,processnow accept a single optionalparamsmap instead of individual named parameters process()no longer takesactionas a positional argument; include it inparamsinsteadinitiate()no longer injectsactionandclientIdon the native side; these must now be included in the Dartparamsmap
Native Changes
- Android: Updated BBPS SDK from
0.1.9to0.1.10; fixeddo_paymentoverride modifier - iOS: Aligned
initiateandprocessto accept direct params map consistently (removed legacy{params: {...}}support) - Both platforms:
initiatenow forwards params dynamically without injecting any defaults
Fixes
- Aligned Dart and iOS method channel signatures for
initiateandprocess - Updated tests to reflect new API signatures
Pull Requests
- BBPS-37 updated android SDK version by @pawansinghJP in #3
Full Changelog: v0.0.1...v0.0.2
Release notes
Open source →Breaking Changes
- Unified API signatures:
createService,initiate,processnow accept a single optionalparamsmap instead of individual named parameters process()no longer takesactionas a positional argument; include it inparamsinsteadinitiate()no longer injectsactionandclientIdon the native side; these must now be included in the Dartparamsmap
Native Changes
- Android: Updated BBPS SDK from
0.1.9to0.1.10; fixeddo_paymentoverride modifier - iOS: Aligned
initiateandprocessto accept direct params map consistently (removed legacy{params: {...}}support) - Both platforms:
initiatenow forwards params dynamically without injecting any defaults
Fixes
- Aligned Dart and iOS method channel signatures for
initiateandprocess - Updated tests to reflect new API signatures
- Unified API signatures:
-
0.0.121 May 2026