flutter_financekit 1.0.0+1
flutter_financekit: ^1.0.0+1 copied to clipboard
A Flutter plugin for Apple FinanceKit. Access financial accounts, balances, and transactions from Apple Wallet on iOS 17.4+.
1.0.0+1 #
- Initial release.
- Authorization: check and request FinanceKit access.
- Accounts: fetch all linked financial accounts.
- Balances: fetch current and historical account balances.
- Transactions: fetch and filter by account, date range, and limit.
- Streaming: live
Streamupdates for account and transaction changes viaFinanceStore.History. - Mock: built-in
MockFinancekitPlatformfor UI development without the FinanceKit entitlement. - Requires iOS 17.4+ and the
com.apple.developer.financekitentitlement.