
Fintech · Request Money
Fintech · Request Money is a production-ready Fintech Flutter screen from FlutterKit — free, with full source code.
Fintech Request Money is a Flutter amount-entry screen for requesting a payment in a banking or wallet app. A custom numpad (digits, decimal and backspace) drives live amount state, with the big dollar figure auto-scaling via FittedBox so it never overflows, and decimal entry capped to two places. An 'Add a note' chip lets the user label the request, and the 'Create request link' button stays disabled until a non-zero amount is entered. Built as a self-contained stateful widget in pure Flutter with a forced dark theme and the bundled Inter font, wiring in via onBack and onContinue callbacks.
Full tutorial coming soon.
The step-by-step walkthrough and complete Dart source for this screen haven't been published yet. They'll be free when they are — no sign-up, no payment. In the meantime, browse the screens that already have their tutorial.
What's included
- ✓Custom numpad (digits, decimal, backspace) driving live amount state
- ✓Auto-scaling amount display (FittedBox) that never overflows
- ✓Two-decimal-place entry guard built into the keypad logic
- ✓'Add a note' chip for labelling the request
- ✓Disabled-until-valid 'Create request link' button
- ✓Bundled Inter font and a forced dark theme, with no network images
Use cases
- ✓Request-money amount entry in a neobank or wallet app
- ✓Peer-to-peer 'ask for money' flow in a fintech app
- ✓Reusable numpad amount screen for send / request / top-up
- ✓Split-bill amount step before generating a request link