Milad-Akarie / pretty_dio_logger

MIT License
221 stars 49 forks source link

token的key丢了 #7

Closed addappcn closed 4 days ago

addappcn commented 4 years ago

image

MarnoDev commented 3 years ago

You can modify source code like this

image

         for (int i = 0; i < lines; ++i) {
            var multiLineKey = i == 0 ? "$key: " : "";
            logPrint(
                '║${_indent(tabs)} $multiLineKey${msg.substring(i * linWidth, math.min<int>(i * linWidth + linWidth, msg.length))}');
          }

image

Jaybird9633 commented 2 years ago

I need help getting into a regions bank i need the username and password ill share the wealth with you it's plenty email me at Jay.tesley2013@gmail.com

Milad-Akarie commented 4 days ago

should be fixed