FlashBank Pro

Ship a digital bank in a weekend.

Production-ready mobile banking template. Flutter customer app, Laravel + Filament admin, MySQL backend. QR Pay, virtual cards, bill payments, savings goals, scheduled transfers, 2FA — all wired up.

Endpoints
42+
Filament screens
15+
Locales
10
9:41 FlashBank

Available balance

USD 4,250.75

+ Top Up
Transfer

Scan to Pay

Receive

Bills
Savings
Cards
Loans
QR
Insights
History
More
Built with Flutter 3.27 Laravel 11 Filament 3 MySQL 8 Sanctum Material 3 FCM Push RTL Arabic Stripe-ready

Features

Everything a 2026 banking buyer searches for.

Closing the feature gap with the top sellers in the category — and then some.

QR Pay

Scan-to-pay and receive with a signed payload — no gateway lock-in.

Bill Payments

Electricity · Water · Internet · Cable · Airtime · Data · Tax. Admin-configurable.

Virtual Cards

Issue, freeze, and control cards. Online · Contactless · ATM toggles. Daily caps.

Savings Goals

Auto-save rules: daily, weekly, monthly. Beautiful progress UI.

Scheduled Transfers

Recurring transfers to beneficiaries, run by the Laravel scheduler.

Split Bills

Money requests with per-recipient response tracking.

2FA TOTP

Google Authenticator / Authy / 1Password compatible.

Referrals

Admin-configurable reward, code on every account, redemption tracking.

Insights

On-device spending pie + category breakdown.

Statements

PDF statements with a date-range picker, generated by dompdf.

Loans

Pluggable providers, approval queue in admin, per-status filters.

Dark mode + RTL

Material 3 themed, system / light / dark, Arabic + 9 locales.

The Stack

Production-grade. Self-hostable.

No vendor lock-in. Drop the Laravel API on any cheap PHP host with MySQL. Push the Flutter app to App Store and Play. Use Firebase for FCM only.

Customer App
Flutter 3.27 · Material 3
Backend
Laravel 11 · MySQL 8
Admin
Filament 3 + custom widgets
Auth
Sanctum · optional TOTP
Push
Firebase Cloud Messaging
PDF
dompdf via barryvdh/laravel-dompdf
# Stand it up in 60 seconds.
git clone … flashbank
cd flashbank/flashbank_api
composer install
cp .env.example .env && php artisan key:generate

# point .env at MySQL (or stay on sqlite)
php artisan migrate --seed

# done — log in to /admin with
admin@flashbank.app / admin1234

# then the Flutter app
cd ../flashbank_app
flutter pub get && flutter run

Admin Panel

Filament-grade beautiful, day one.

Users, accounts, transactions, billers, banks, loans, ads, terms, referrals — every resource shipped, with filters, bulk actions and dashboard widgets.

Users

12,403

Customers across 64 countries

Transactions

$3.2M

Volume in the last 30 days

Loans

9 pending

Approve in one click

REST API

Versioned. Sanctum-secured.

Mobile-first JSON API powering the Flutter app. Bring your own front-end too.

  • POST/api/v1/auth/register
  • POST/api/v1/auth/login
  • GET/api/v1/accounts
  • POST/api/v1/transactions/transfer
  • POST/api/v1/transactions/qr-pay
  • POST/api/v1/bill-payments
  • POST/api/v1/savings-goals/{id}/contribute
  • PATCH/api/v1/cards/{id}/controls
  • POST/api/v1/2fa/verify
  • …and 33 more
curl -X POST $API/api/v1/transactions/transfer \
  -H "Authorization: Bearer $TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "from_account_id": 12,
    "to_account_number": "8801234567",
    "amount": 200.00,
    "note": "Lunch split"
  }'

→ HTTP 201
{
  "id": 4291,
  "reference": "FB7K2M91PA",
  "amount": "200.00",
  "currency": "USD",
  "status": "completed",
  "source": "transfer"
}

Pricing

One-time license. Lifetime updates.

Regular License

For one end-product. Free updates.

$59

  • · Full Flutter source (iOS · Android · Web · Desktop)
  • · Laravel + Filament + MySQL backend
  • · All v2 features: QR · Bills · Cards · Savings · 2FA · Referrals
  • · 6 months support
Buy Regular

Extended License

Best value

For paid end-products. Resale rights.

$399

  • · Everything in Regular
  • · Charge your end users
  • · 12 months support
  • · Priority bug fixes
Buy Extended

Ready to launch your bank?

Get the source on CodeCanyon and ship your fintech this weekend.

Demo creds: admin@flashbank.app / admin1234