antinvestor_ui_ledger
Ledger management UI library for Antinvestor. Embeddable screens and widgets for ledgers, accounts, transactions, and transaction entries.
0.3.0
123 downloads/mo
#1832 most downloaded on pub.dev
antinvestor/service-payment
What this package is like to depend on
Last release 2 months ago
11 Jun 2026
Too new to tell
only 2 release windows
Some releases are documented
notes for 3 of 6 stable releases
Nothing withdrawn
no release was ever pulled
4 months old
6 releases · first in 2026
6 releases in the last 12 months
see the full history below
Release timeline
6 releases · Apr 2026 to Jun 2026Releases
latest 6-
0.3.011 Jun 2026Release notes
Open source →- BREAKING: migrate to
antinvestor_api_ledger^1.53.0 (andantinvestor_api_common^1.53.1). The 1.53 API renamed the Book domain to Ledger and removed several RPCs; the package surface follows:- Removed
BookListScreen,BookDetailScreen,BookFormScreenandbooksByTypeProvider/bookByIdProvider/bookNotifierProvider— the existingLedger*screens/providers cover the renamed entity, and the newLedgerFormScreen(create dialog, reachable fromLedgerListScreen) replacesBookFormScreen. /ledger/booksroutes, the Books nav item and thebook_view/book_managepermissions are gone fromLedgerRouteModule.TrialBalanceScreen.initialBookIdis nowinitialLedgerId(query parameterledgerId).- Account statement and trial balance reports are now derived client-side
(
AccountStatementReport,TrialBalanceReportinsrc/models/report_models.dart) fromSearchTransactionEntries/SearchAccounts+SearchLedgers, since the 1.53 API removed theGetAccountStatementandGetTrialBalanceRPCs. The statement query lostlimit/offset; the trial balance query lostbookIdsandasOf. TransactionNotifier.voidTransaction/markFailedremoved (RPCs gone in 1.53); transaction lifecycle actions reduce to Reverse.
- Removed
- BREAKING: migrate to
-
0.2.210 Jun 2026Nothing published for this version
-
0.2.110 Jun 2026Nothing published for this version
-
0.2.014 Apr 2026Nothing published for this version
-
0.1.112 Apr 2026Release notes
Open source →- Migrate providers to Riverpod 3.x Notifier, fix lint warnings and deprecations
-
0.1.011 Apr 2026Release notes
Open source →- Initial release
- Ledger/accounting UI with accounts, transactions, balance cards, tree view