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

outdated

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

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 id 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
40%
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