xirr_flutter 1.0.2 copy "xirr_flutter: ^1.0.2" to clipboard
xirr_flutter: ^1.0.2 copied to clipboard

Flutter implementation of xirr with bonus Newton-Raphson implementation

example/README.md

Deposit/Investment should be provided with negative amount and withdrawals should be provided with positive amount.


List<Transaction> transactions = [];

transactions.add(Transaction.withStringDate(-1000, "2010-01-01"));
transactions.add(Transaction.withStringDate(1100, "2011-01-01"));

final double? result =
XirrFlutter.withTransactions(transactions).calculate();
expect(result, 0.10);

1
likes
140
points
35
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter implementation of xirr with bonus Newton-Raphson implementation

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on xirr_flutter