Angga Arya Saputra

Results 9 issues of Angga Arya Saputra

Hi, i have forked your project and add new languange (Indonesian). But how to add the languange? i have add item in Array.xml and languange values, but i still get...

please complete the nip variation like: - BubbleNip.BelowLeft - BubbleNip.BelowRight - BubbleNip.AboveLeft - BubbleNip.AboveRight - BubbleNip.AboveCenter - BubbleNip.BelowCenter

**Describe the bug** make windows wsl default using synth-shell **To Reproduce** Steps to reproduce the behavior: install synth-shell on wsl **Expected behavior** A clear and concise description of what you...

bug

**Is your feature request related to a problem? Please describe.** not a problem, but improvement **Describe the solution you'd like** Grouping by folder inside project group. **Describe alternatives you've considered**...

![Screenshot 2023-11-27 120827](https://github.com/espresso3389/flutter_pdf_render/assets/36914072/9111bdc4-9887-4821-b7d7-2b8a8e3c6188) Dont know whats wrong with my code ``` Expanded( child: openedFile != null ? PdfViewer.openData(openedFile!, viewerController: controller,) : Container()) ``` index.html script. i have qrcode scanner, and...

When you resize the Flutter Web size, the pdf viewer page is jumpy. Maybe the solution is to save current page and its offset (`goToPointInPage`) , and when the page...

Can you filter the variable that only in class scope? not in all variable ``` dart class Foo { final string x; void bar(){ var i = 0; //some code...

for example when the app in Low resolution phone. Maybe we can use fixed size?

enhancement