bank_ui_kit 0.1.0
bank_ui_kit: ^0.1.0 copied to clipboard
A themeable Flutter UI component library for mobile banking and fintech apps. RTL-aware, privacy-aware, accessible widgets that compose into any host app.
import 'package:flutter/material.dart';
import 'showcase/showcase.dart';
/// The Bank UI Kit showcase: a product-grade demo with an Overview landing,
/// the Meridian flagship app in a device mockup, and a searchable component
/// explorer with live knobs — all re-skinnable across the four themes,
/// dark mode, RTL, and privacy in real time.
///
/// Runnable directly (`flutter run`) and deployed to GitHub Pages.
void main() {
runApp(const ShowcaseApp());
}