Flutter loans SDK changelog

5.4.0 (2026-07-30)

Improvements:

  • Navigation: Improved back navigation for external and nested journey pages.
  • CAS workflows: Added QR copy/paste and file upload support.
  • Downloads: Improved QR image, PDF, MIME type, and data URI handling.
  • Android requirements: Requires compileSdk 34+ and adds androidx.webkit:webkit:1.12.1. minSdk remains 21.

5.3.0 (2026-07-10)

  • Dark mode support: pass a colorScheme (dark / light / system) when launching loan flows to control the loan screen theme, or omit it to default to light. Kindly refer to integration-document for implementation details.
  • Updated to the latest native loan SDKs (Android & iOS), which bring dark mode and improved R8 / code-shrinking compatibility on Android.

5.1.3(2026-05-14)

Improvement:

  • Added configurable back-suppression for specific URLs - by default, the back button is suppressed on selective redirections.
  • Theming is fetched from our CMS alongside other config, removing a separate network call to a static assets server.

5.1.2(2026-04-09)

Improvement:

  • Added screen transition animations when opening and closing the loan-journey via SDK.
  • Fixed transparent background in the custom-tab to use the system default instead of a custom color resource.
  • Improved serialization to be safe under code minification (R8/ProGuard).

5.1.1 (2026-03-12)

Improvement:

Better Brand Alignment for Partners

  • Simplified and unified SDK loaders; updated to align better with partner design systems
  • Android Custom Tabs now support partner primary color for the header URL bar

Loader


Theme


5.1.0 (2026-03-05)

Improvement:

Simplified Top-Up Handling (Service Dashboard)

Earlier

  • When a user triggered Top-Up from the servicing dashboard, the SDK returned error 1033 (topup_triggered)
  • The host app had to handle this and re-trigger the SDK with loan-application:topup

Now

  • The SDK handles the Top-Up flow internally
  • Opens required screens and web flows
  • Processes callbacks
  • Updates the servicing dashboard
  • Returns the user to the same screen

5.0.2 (2026-02-16)

2.0.0 (2025-01-31)

❗️

BREAKING CHANGE

(iOS): Minimum Deployment target for the SDK is upragded to 14.0 .

❗️

BREAKING CHANGE

(Android): Added triggerInteraction method to handle all intents, All the other older loans intent specific sdk functions as deprecated.

1.1.0 (2024-07-25)

❗️

BREAKING CHANGE

Added triggerInteraction method to handle all intents, All the other older loans intent specific sdk functions as deprecated.

Features

  • (iOS) Added support for Mixpanel versions 4.2.5 -> 4.2.7

Bug Fixes

  • Android: Fixed crash in launching custom tab in Loans SDK.

1.0.0 (2024-07-25)

❗️

BREAKING CHANGE

iOS

  • Mixpanel upgraded to version 4.2.7.

Android

  • Android Gradle plugin version updated to 7.4.2. Minimum supported AGP version is 7.0.0
  • Distribution URL upgraded to 7.6

Intents Impacted: NA

0.1.0 (2024-03-28)

Bug Fixes

  • Removed hardcoded kotlin versions from loans sdk.
  • Fixed Android compilation error for loans SDK due to different kotlin version.
  • Proguard rules added in loans.

Dev Improvements

  • Added support for gradle 7.5 Android

Intents Impacted: Android.

0.0.1 (2024-02-23)

Features

  • Published loans SDK as a standalone SDK

Intents Impacted: NA