Utsav Ghimire

Results 7 issues of Utsav Ghimire

### :sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...) Docs update ### :arrow_heading_down: What is the current behavior? ### :new: What is the new...

The correct screen size for iphone 12 is updated as mentioned here https://www.ios-resolution.com/iphone-12/

void _exportVideo() async { Misc.delayed(1000, () => _isExporting.value = true); //NOTE: To use [-crf 17] and [VideoExportPreset] you need ["min-gpl-lts"] package final File file = await _controller.exportVideo( customInstruction: "-crf 17",...

Added custom spacing between pages Now, we can define background color of the pdf

Feature Request: Conversion from Nepali unicode to English Literals

Clean architecture provides a clear separation of concerns, encourages the use of interfaces and abstractions, and facilitates changes in the dependencies without affecting the core logic of the application. This...