syonip
syonip
@guylando I'm having this issue too. Any progress on this PR? Do you need help doing the android side? Happy to help
@joergkrause this should definitely be in the main readme
I'm getting this in flutter web, plugin version 1.3.1. Doesn't happen on android.
I'm also getting this, on Flutter Web. Using plugin version 1.3.0. From what I see there are two problems: 1. If calling page.render() with no params, I get `PlatformException(error, Exception:...
Thanks for quick response. I tested 1.3.1 1. Still getting `Exception: Invalid PDF page rendering rectangle (null x null)` when calling render() with no args. 2. Still getting `Expected a...
For people running into this, there is an alternative package: https://pub.dev/packages/device_preview
Hi, any progress on this?
Thanks Alexander. Can you recommend some workaround I could implement, let's say just for CLS files, to convert the xml to cls?
Thank you I will take a look.
Thanks for helping. Here is the vm creation function: ``` import Vue from 'vue' import vuenit from 'vuenit' const EditorInjector = require('!!vue-loader?inject!renderer/components/MainPageView/Editor.vue') function createVm(mockedComp) { const EditorWithMocks = EditorInjector({ '../../../api/file-access':...