bank_ui_kit 0.2.0 copy "bank_ui_kit: ^0.2.0" to clipboard
bank_ui_kit: ^0.2.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.

example/lib/main.dart

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());
}
1
likes
160
points
383
downloads
screenshot

Documentation

Documentation
API reference

Publisher

verified publishersayedalialkamel.com

Weekly Downloads

A themeable Flutter UI component library for mobile banking and fintech apps. RTL-aware, privacy-aware, accessible widgets that compose into any host app.

Repository (GitHub)
View/report issues
Contributing

Topics

#banking #fintech #ui #widget #design-system

License

MIT (license)

Dependencies

collection, decimal, fl_chart, flutter, intl, qr

More

Packages that depend on bank_ui_kit