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
-
Add the dependency to your
pubspec.yamlfile:pubspec.yamldependencies:
lune: ^0.0.1 -
Install the package from your terminal:
flutter pub get