Sardor Ibrokhimov(Sam)

Results 2 issues of Sardor Ibrokhimov(Sam)

var chart1 = pw.Container( margin: pw.EdgeInsets.symmetric(vertical: 4, horizontal: 12), height: 30, child: pw.Container( child: pw.Chart( grid: pw.CartesianGrid( xAxis: pw.FixedAxis.fromStrings([ for (int i = 0; i < dataset.length; i++) '${DateFormat("yy.MM.dd\n HH:mm").format(dates[i])}'...

enhancement

Hello, I have an issue related to cache data. I want empty text fields even user checked the "인증정보(이름/휴대폰번호) 기억하기" box. However, I didn't see a such function in this...