Adjust UI
This commit is contained in:
parent
771b4457eb
commit
27ca5012e5
|
|
@ -87,7 +87,7 @@ bool isValidDate(String input) {
|
||||||
|
|
||||||
void printWrapped(String text) {
|
void printWrapped(String text) {
|
||||||
if (text.length > 20000) {
|
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
|
final pattern = RegExp('.{1,800}'); // 800 is the size of each chunk
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue