antinvestor_ui_payment 0.2.1 copy "antinvestor_ui_payment: ^0.2.1" to clipboard
antinvestor_ui_payment: ^0.2.1 copied to clipboard

Payment management UI library for Antinvestor. Embeddable screens and widgets for payments, payment links, and reconciliation.

antinvestor_ui_payment #

Embeddable payment management UI for Antinvestor applications. Provides screens and widgets for searching, sending, receiving, and managing payments and payment links.

Installation #

dependencies:
  antinvestor_ui_payment: ^0.1.0

Features #

  • Payment Search: Paginated list with filters and status tracking
  • Payment Detail: Full payment information with status timeline
  • Send/Receive: Guided payment send and receive flows
  • Payment Links: Create and manage shareable payment links
  • Embeddable Widgets: PaymentStatusBadge, PaymentCard, PaymentRouteSelector, AccountField, PaymentLinkCard
  • Routing: PaymentRouteModule with GoRouter integration

Usage #

import 'package:antinvestor_ui_payment/antinvestor_ui_payment.dart';

// Payment status indicator
PaymentStatusBadge(status: PaymentStatus.COMPLETED)

// Payment summary card
PaymentCard(payment: paymentObject)

// Register routes in your host app
final module = PaymentRouteModule();
ShellRoute(
  routes: [...ownRoutes, ...module.buildRoutes()],
);

Routes #

Path Screen
/payments Payment search list
/payments/detail/:id Payment detail
/payments/send Send a payment
/payments/receive Receive a payment
/payments/links Manage payment links

Embedding Widgets #

// Route selector for payment channels
PaymentRouteSelector(onSelected: (route) => print(route))

// Account input field with validation
AccountField(controller: accountController)

// Payment link card with share action
PaymentLinkCard(link: linkObject)
0
likes
125
points
55
downloads

Documentation

API reference

Publisher

verified publisherantinvestor.com

Weekly Downloads

Payment management UI library for Antinvestor. Embeddable screens and widgets for payments, payment links, and reconciliation.

Homepage
Repository (GitHub)
View/report issues

Topics

#flutter #ui #payment #antinvestor #fintech

License

unknown (license)

Dependencies

antinvestor_api_common, antinvestor_api_payment, antinvestor_ui_core, connectrpc, fixnum, flutter, flutter_riverpod, go_router, protobuf, riverpod_annotation

More

Packages that depend on antinvestor_ui_payment