sohaibnomanahmed / pensum

A Flutter + Firebase project for buying and selling books, mainly campus curriculum, socially. It uses a MVVM architecture and Trunk based development as well as CodeMagic for CI/CD
MIT License
1 stars 0 forks source link

Chat message should be multiline #30

Closed sohaibnoman closed 3 years ago

sohaibnoman commented 3 years ago

Added with keybordtype.multline, also need to specify maxLines, since messenger uses 5 I used the same. This will auto increase the textfield with minLines = 1, its normal size before text starts to wrap