Skip to main content

Lune PFM Flutter SDK


Overview

The Lune SDK Flutter Plugin allows developers to embed Lune’s financial visualization components into their Flutter apps. It supports:

  • Rich, interactive financial dashboards
  • Secure token management and refresh flow
  • Event and error logging callbacks
  • Native rendering for smooth performance
  • Full customization (theme, localization, assets)

Requirements

  • Flutter: 3.0+
  • Android: API level 21+
  • iOS: 13.0+

Installation

  1. Add the dependency to your pubspec.yaml file:

    pubspec.yaml
    dependencies:
    lune: ^0.0.1
  2. Install the package from your terminal:

    flutter pub get