姜康

Results 3 issues of 姜康

**Describe the bug** the library doesn't support Chinese **To Reproduce** Code snippet to reproduce the behavior: ```dart String content = "中国"; final pdf = pw.Document(); pdf.addPage(pw.Page( pageFormat: PdfPageFormat.a4, build: (pw.Context...

bug
needs triage

Shortest reproducible code: ```dart SlidableAction( onPressed: (context) {}, backgroundColor: Colors.purple, foregroundColor: Colors.white, icon: Icons.vertical_align_top, ) ``` screenshoot:

It is too slow