-
Notifications
You must be signed in to change notification settings - Fork 454
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[native_pdf_renderer] Desktop Support #167
Comments
About Linux I do not know C / C++ ¯_(ツ)_/¯ I would be grateful for any help in this direction |
that is great bro |
[native_pdf_renderer] v3.1.0 & [native_pdf_view] v4.1.0 with Windows support published https://pub.dev/packages/native_pdf_renderer/versions/3.1.0 |
Thanks for your work on the project! Really cool to see PDFs working on Windows but in my tests it seems they appear lower quality than on other platforms, any ideas to improve it? |
Building a Windows native app using
causes building to fail with
|
@cdhermann You will need to add a line to your CMakeLists.txt file as mentioned here: #233 (comment) I opened a pull request to fix this in November but it is still waiting to merge |
@Jon-Salmon thank you for your quick reply but unfortunately adding |
After compiling it separately with the help of Visual Studio Code I could also use it in my Flutter app |
@cdhermann I would advise running |
I also ran into the same problem, how do you end up compiling with vs |
@fengJCgithub, I followed the proposals of Visual Studio Code regarding extensions to install when opening the After that I could follow the instructions given at #233 Since then I haven't tried again because #252 was a show stopper for my project. |
As flutter just release v2 of flutter in stable channel with hotfix, do you have any plan to implement native_pdf_renderer for deskop support? please
The text was updated successfully, but these errors were encountered: