
Aurum · Stop-Limit
Aurum · Stop-Limit is a production-ready Web3 Flutter screen from FlutterKit Pro, installable with flutterkit add web3-trade-stop-order.
A dark, exchange-grade stop-limit order ticket for the Aurum crypto wallet. It opens with a segmented Buy/Sell toggle (green for buy, red for sell, defaulting to Sell as a protective stop) that recolours the whole flow. Below sits a live "Last price 64,130.00 USDT" read-out, then three pill input rows — Stop price, Limit price and Amount — each a labelled Container with a right-aligned TextField, tabular-figure number styling and a USDT/BTC unit suffix. A bolt-iconed Trigger card explains the order logic in plain language, and its copy flips with the toggle: for a sell it reads "When the last price falls to your stop, a limit sell is placed at the limit price." A pinned bottom bar carries a full-width Place stop-sell / Place stop-buy button in the active direction colour. Pure Flutter (SDK + dart: only): forced ThemeData.dark Scaffold, bundled Inter font, FilteringTextInputFormatter restricting input to digits, dots and commas, no network images and no glyphs in number rows. Navigation and submission are exposed via onBack and onPlace callbacks.
Reveal the one-line command to drop this screen into your project.
Licensed for unlimited commercial projects · resale prohibited · License
What's included
- ✓web3_trade_stop_order_screen.dart — a self-contained StatefulWidget with bundled Inter font and forced dark theme
- ✓Buy/Sell segmented toggle that flips accent colour, button label (Place stop-buy/stop-sell) and the trigger wording
- ✓Three labelled input pills (Stop price, Limit price, Amount) with right-aligned tabular-figure TextFields and USDT/BTC unit suffixes
- ✓Live 'Last price' reference row plus a bolt-icon Trigger explainer card with direction-aware copy
- ✓Numeric input hardening via FilteringTextInputFormatter (digits, dot and comma only) and a decimal keyboard
- ✓onBack and onPlace VoidCallback hooks plus a pinned SafeArea place bar for backend-agnostic wiring
Use cases
- ✓Crypto exchange or wallet app adding conditional stop-limit order entry
- ✓Trading terminal offering protective stop-loss placement on spot positions
- ✓DeFi or CEX onboarding flow teaching users how trigger-and-limit orders work
- ✓Portfolio app letting holders arm automatic sell orders at a target price