moneys 1.3.2 copy "moneys: ^1.3.2" to clipboard
moneys: ^1.3.2 copied to clipboard

outdated

A set of classes useful for managing money, for save in a database and retrieve from it.

1.3.2 #

Release date: 2021-04-29.

  • Added dateTime property to ExchangeRate class. This represents the date and the time in which the rate was retrieved.

1.3.1+1 #

Release date: 2021-04-29.

  • Exposed ExchangeRate class.

1.3.1 #

Release date: 2021-04-29.

  • Added the ExchangeRate class. 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 the Money class.

1.3.0 #

Release date: 2021-04-22.

  • Changed MoneyTransactions.fromListOfMaps(List<Map<String, dynamic>> listOfMaps) method in order to accept a List<dynamic> listOfMaps parameter.
  • Fixed money_transactions_test.

1.2.1 #

Release date: 2021-04-12.

  • Changed incomeOrExpense MoneyTransaction property name into expenseOrIncome.

1.2.0 #

Release date: 2021-04-09.

  • Updated dependencies.
  • Breaking change. Changed TransactionMethod enumeration name into MoneyTransactionMethod in order to contextualize the term “transaction”.

1.1.0 #

Release date: 2021-02-23.

  • Breaking change. Changed the Payment class name into Transaction. This is because the word “payment” conveys the idea of an expense, while the Payment class aims to represent both expenses and income.
  • Added String budgetName, String description, Place place (Place class is from geos package) and List<String> tags fields to the Transaction class.

1.0.1 #

Release date: 2021-02-19.

  • Changed the string() extension method for PaymentMethod enumeration.

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 IncomeOrExpense class name into ExpenseOrIncome.

0.1.0-nullsafety.1 #

Release date: 2021-01-03.

  • First pre-release.
9
likes
0
pub points
44%
popularity

Publisher

unverified uploader

A set of classes useful for managing money, for save in a database and retrieve from it.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, geos, google_maps_flutter, intl, pedantic

More

Packages that depend on moneys