ttyniwa

Results 11 issues of ttyniwa

* Update ios project file to recommended settings by XCode. * * Regenerate Podfile due to out of date. Below error message in AndroidStudio is resolved by this commit. ```...

* upgrade gradle to 7.0.2, kotlin to 1.5.31, and some other dependencies. * add gradle scripts because these scripts are intended to be committed officially. > The scripts generated by...

Fix CJK(Chinese, Japanese and Korean) String overlap when using Generator.row() method. before: ![IMG_3418](https://user-images.githubusercontent.com/1361816/136378425-6d44fe22-3d48-4e3e-a030-3cd60d65b846.jpg) after: ![IMG_3416](https://user-images.githubusercontent.com/1361816/136378411-efb316ee-cf85-48a7-926a-6b0adee3de04.jpg)

Please merge #62 first. # Overview The following code will be printed across two lines due to wrong alignment. ``` bytes += ticket.row([ PosColumn( text: 'R右R', width: 12, styles: PosStyles(align:...

this PR solves #23 * upgrade gradle to 7.0.2 * Upgradle Android Flutter plugin to v2. * Fixed some warnings in AndroidStudio * Reformat Code by using AndroidStudio This PR...

* Update ios project file to recommended settings by XCode. * * Regenerate Podfile due to out of date. Below error message in AndroidStudio is resolved by this commit. ```...

To write GraphQL types and field's argument description without changing name. Add @GraphQLArgument name default as empty string. before: ``` @GraphQLArgument(name="", description="arg1 description") String arg1 ``` after: ``` @GraphQLArgument(description="arg1 description")...

@kaqqao Thank you for developing a great project! I love this. I want to use Apollo Http cache headers, so I added implementation. Since this is the almost first time...