pdf_image_renderer 0.3.1 pdf_image_renderer: ^0.3.1 copied to clipboard
A package that allows fast and simple rendering of pdfs using the native renderers of the OS.
0.3.1 #
- Reduce qoS for iOS rendering to prevent ui lags
0.3.0 #
- Allow multi-threading on iOS which improves iOS rendering performance by a factor of 4 or more
- Add parallel execution test in example app
0.2.1 #
- Fix background color not working on android.
0.2.0 #
- BREAKING background color now requires a
Color
object - Make a lot more options optional and use default values instead.
0.1.5 #
- Improve iOS pdf rendering performance.
0.1.4 #
- Improve iOS pdf rendering performance.
0.1.3 #
- Fixed pdf not rendering correctly on iOS with
scale
property larger than 1
0.1.2 #
- Fixed pdf rotation ignored on iOS devices.
0.1.1+2
- Finally found out what the problem for the android problem was -> see commits
0.1.1+1
- Try to make android work