moneys 1.3.0-dev.0
moneys: ^1.3.0-dev.0 copied to clipboard
A set of classes useful for managing money, for save in a database and retrieve from it.
1.3.0-dev.0 #
Release date: 2021-04-28.
- Added the
ExchangeRateclass. This class stores the rate value in order to convert a money of a currency into a money of another one. - Added the
convert()method to theMoneyclass. - These changes were made within a test. In future releases these APIs may change or be removed.
1.3.0 #
Release date: 2021-04-22.
- Changed
MoneyTransactions.fromListOfMaps(List<Map<String, dynamic>> listOfMaps)method in order to accept aList<dynamic> listOfMapsparameter. - Fixed money_transactions_test.
1.2.1 #
Release date: 2021-04-12.
- Changed
incomeOrExpenseMoneyTransactionproperty name intoexpenseOrIncome.
1.2.0 #
Release date: 2021-04-09.
- Updated dependencies.
- Breaking change. Changed
TransactionMethodenumeration name intoMoneyTransactionMethodin order to contextualize the term “transaction”.
1.1.0 #
Release date: 2021-02-23.
- Breaking change. Changed the
Paymentclass name intoTransaction. This is because the word “payment” conveys the idea of an expense, while thePaymentclass aims to represent both expenses and income. - Added
String budgetName,String description,Place place(Placeclass is from geos package) andList<String> tagsfields to theTransactionclass.
1.0.1 #
Release date: 2021-02-19.
- Changed the
string()extension method forPaymentMethodenumeration.
1.0.0 #
Release date: 2021-02-17.
- Stable null safety release.
0.1.0-nullsafety.2 #
Release date: 2021-02-12.
- Breaking change. Changed
IncomeOrExpenseclass name intoExpenseOrIncome.
0.1.0-nullsafety.1 #
Release date: 2021-01-03.
- First pre-release.