Bogdan Evsenev

Results 2 issues of Bogdan Evsenev

I'm added property for **multiply selection** and function **setTags(_ tags: [String])** And for better UX i'm changed longTap to simple tap for selection.

I have model with these fields: ```dart final double price; final double tax; @ColumnInfo(name: 'exchange_rate') final double exchangeRate; ``` And these columns in database: generated code: `price: row['price'] as double`...