Adjust UI

This commit is contained in:
Hillel Coren 2021-09-27 16:10:46 +03:00
parent 771b4457eb
commit 27ca5012e5
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ bool isValidDate(String input) {
void printWrapped(String text) {
if (text.length > 20000) {
text = text.substring(0, 20000);
//text = text.substring(0, 20000);
}
final pattern = RegExp('.{1,800}'); // 800 is the size of each chunk