Prime-Holding / rx_bloc

A set of Flutter packages that help implement the BloC (Business Logic Component) design pattern using the power of reactive streams
https://pub.dev/packages/rx_bloc
62 stars 21 forks source link

Fixed bug in update and create of todo #695

Closed nikolay-vasilev-prime closed 3 weeks ago

nikolay-vasilev-prime commented 3 weeks ago

Todo app wasn't able to update todos and was creating new one instead. When creating or updating a todo the description input wasn't taken into account.