veta_payments_kit 0.1.1
veta_payments_kit: ^0.1.1 copied to clipboard
Veta payments kit for Flutter — mirrors @vetaui/payments-kit strategy + mock checkout flows.
0.1.1 #
- Catalog enrichment: every Flutter widget now ships a copy-pasteable
example in
veta.manifest.yaml; the MCP server andapps/docs/public/catalog.v3.jsonsurface the matching snippet automatically (no stub fallbacks). - Pub.dev publishability: every package now ships LICENSE + CHANGELOG +
declared transitive dependencies. CI workflows (
ci.yml,publish-flutter.yml) run aflutter pub publish --dry-runfor every package on every push. - No breaking public API changes; consumers can bump
^0.1.0→^0.1.1with no source edits.
0.1.0 #
- Initial release: strategy-driven payments contract, shared types, the mock strategy, and checkout / subscription / billing screens.
- Manual-proof capability:
ManualProofSubmission+ theManualProofPaymentsinterface, plus an optionalChargeRecord.proofUrl.