ogata-k

Results 6 issues of ogata-k

I want to get value at the index from a tuple. e.g. `eval("(1,2,3,4).4") // 4 `

enhancement

I can update scale with double tap in PdfView widget, but cannot do in PdfViewPinch widget. Could you please tell me how to change it so that it can be...

enhancement

In pdfx v2.0.1+2, the PDF is displayed packed from the upper left at first. I want to change center or center-left at first. Is it possible to add an initial-alignment...

enhancement

Now, cannot change scale with using PdfControllerPinch in pdfx v2.0.1+2. I want to change scale with using PdfControllerPinch. e.g. (scale to double) ``` final _pdfController = PdfControllerPinch(); final _currentScale =...

enhancement

in iOS, use this function. ``` FlutterUserAgent.getPropertyAsync('packageUserAgent'); ``` get followed value ``` /1.1.0.59 CFNetwork/1125.2 Darwin/20.2.0 (iPhone/11 iOS/13.4)) ``` What is last right parentheses? I think the illegal right parentheses is...

bug
good first issue

I want to specify parameters list and default for option. For instance. When make command "formatter" from csv to json or tsv, with default no-convert,I want to specify following: ```...

enhancement