David PHAM-VAN

Fix versions

@@ -3,6 +3,7 @@ @@ -3,6 +3,7 @@
3 ## 3.7.2 3 ## 3.7.2
4 4
5 - Improve debugging information 5 - Improve debugging information
  6 +- Fix parsing TTF fonts with zero-length glyphs
6 7
7 ## 3.7.1 8 ## 3.7.1
8 9
@@ -3,7 +3,6 @@ @@ -3,7 +3,6 @@
3 ## 5.7.3 3 ## 5.7.3
4 4
5 - Fix crash when Android load a PDF file which had password 5 - Fix crash when Android load a PDF file which had password
6 -- Fix parsing TTF fonts with zero-length glyphs  
7 - Fix PdfPreview page format and orientation updates 6 - Fix PdfPreview page format and orientation updates
8 - Update Pdfium version to 4929 7 - Update Pdfium version to 4929
9 - Automatic pdf.js library loading 8 - Automatic pdf.js library loading
@@ -22,7 +22,7 @@ dependencies: @@ -22,7 +22,7 @@ dependencies:
22 image: ">=3.0.1 <4.0.0" 22 image: ">=3.0.1 <4.0.0"
23 js: ^0.6.3 23 js: ^0.6.3
24 meta: ">=1.3.0 <2.0.0" 24 meta: ">=1.3.0 <2.0.0"
25 - pdf: ^3.7.1 25 + pdf: ^3.7.2
26 plugin_platform_interface: ^2.0.0 26 plugin_platform_interface: ^2.0.0
27 27
28 dev_dependencies: 28 dev_dependencies: