> ## Documentation Index
> Fetch the complete documentation index at: https://yuno-3979e326-fix-create-subscription-card-usage.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Flutter SDK Changelog

> Latest updates and version history for the Yuno Flutter SDK

export const ChangelogBadge = ({type}) => {
  const types = {
    added: {
      color: 'success',
      label: 'ADDED'
    },
    changed: {
      color: 'warning',
      label: 'CHANGED'
    },
    deprecated: {
      color: 'alert',
      label: 'DEPRECATED'
    },
    removed: {
      color: 'error',
      label: 'REMOVED'
    },
    fixed: {
      color: 'info',
      label: 'FIXED'
    },
    security: {
      color: 'security',
      label: 'SECURITY'
    },
    breaking: {
      color: 'breaking',
      label: 'BREAKING'
    }
  };
  const config = types[type.toLowerCase()] || ({
    color: 'secondary',
    label: type.toUpperCase()
  });
  return <span className={`status-badge status-${config.color}`}>
      {config.label}
    </span>;
};

## v1.0.14

* <ChangelogBadge type="changed" /> **Android SDK Update**\
  Updated the native Android SDK to version 2.15.1.

## v1.0.13

* <ChangelogBadge type="changed" /> **Updated Android SDK**\
  The native Android SDK has been updated to version 2.15.0.

* <ChangelogBadge type="changed" /> **Updated iOS SDK**\
  The native iOS SDK has been updated to version 2.16.0.

## v1.0.12

* <ChangelogBadge type="changed" /> **Android SDK Update**\
  Updated the native Android SDK to version 2.13.4.

* <ChangelogBadge type="added" /> **Cross-Platform Appearance Configuration**\
  Added a shared appearance configuration that lets integrators customize the SDK look and feel across Android and iOS from a single setting.

* <ChangelogBadge type="added" /> **Platform-Specific Appearance Overrides**\
  Added platform-specific appearance settings that take priority over the shared appearance configuration, letting integrators tailor the look and feel per platform.

* <ChangelogBadge type="changed" /> **Android Font Name Normalization**\
  Android automatically normalizes font names so integrators can reference fonts using their natural name (for example, Dancing Script).

## v1.0.11

* <ChangelogBadge type="changed" /> **Native Android SDK Version Update**\
  Updated the native Android SDK dependency to the latest version. No API changes required.

## v1.0.10

* <ChangelogBadge type="changed" /> **Native Android SDK Version Update**\
  Updated the native Android SDK dependency to the latest version. No API changes required.

## v1.0.9

* <ChangelogBadge type="added" /> **Hindi, Bengali, Malayalam, and Urdu Support**\
  Added support for Hindi, Bengali, Malayalam, and Urdu languages. No additional configuration is required to enable these languages.

* <ChangelogBadge type="changed" /> **Updated Android SDK**\
  The native Android SDK has been updated to version 2.13.0.

* <ChangelogBadge type="changed" /> **Updated iOS SDK**\
  The native iOS SDK has been updated to version 2.14.1.

## v1.0.8

* <ChangelogBadge type="changed" /> **Native SDK Versions Update**\
  Updated the native Android and iOS SDK dependencies to their latest versions. No API changes required.

## v1.0.5

* <ChangelogBadge type="fixed" /> **Transparent Button Colors**\
  Fixed an issue where button colors appeared as clear or transparent when not explicitly configured.

## v1.0.4

* <ChangelogBadge type="changed" /> **Dependency Updates**\
  Updated internal dependencies to resolve compatibility conflicts. No integration changes required.

## v1.0.3

* <ChangelogBadge type="changed" /> **Updated Android SDK**\
  The native Android SDK has been updated to version 2.10.0.

* <ChangelogBadge type="changed" /> **Updated iOS SDK**\
  The native iOS SDK has been updated to version 2.11.1.

## v1.0.2

* <ChangelogBadge type="changed" /> **Updated Android SDK**\
  The native Android SDK has been updated to version 2.8.1.

* <ChangelogBadge type="changed" /> **Updated iOS SDK**\
  The native iOS SDK has been updated to version 2.9.0.

* <ChangelogBadge type="fixed" /> **Kotlin 2.x Compatibility**\
  Fixed Android compatibility with Kotlin 2.x and the Compose Compiler plugin.

## v1.0.1

* <ChangelogBadge type="fixed" /> **Android SDK Version Correction**\
  Corrected the native Android SDK version to 2.6.5.

## v1.0.0

* <ChangelogBadge type="changed" /> **Native SDK Versions Update**\
  Updated the native Android and iOS SDK dependencies to their latest versions.
