David PHAM-VAN

Update version information

1 # Changelog 1 # Changelog
2 2
  3 +## 3.6.2
  4 +
  5 +- Fix arabic ranges according to Wikipedia [elibyy]
  6 +
3 ## 3.6.1 7 ## 3.6.1
4 8
5 - Fixes crash when array is empty [Kondamon] 9 - Fixes crash when array is empty [Kondamon]
@@ -3,7 +3,7 @@ description: A pdf producer for Dart. It can create pdf files for both web or fl @@ -3,7 +3,7 @@ description: A pdf producer for Dart. It can create pdf files for both web or fl
3 homepage: https://github.com/DavBfr/dart_pdf/tree/master/pdf 3 homepage: https://github.com/DavBfr/dart_pdf/tree/master/pdf
4 repository: https://github.com/DavBfr/dart_pdf 4 repository: https://github.com/DavBfr/dart_pdf
5 issue_tracker: https://github.com/DavBfr/dart_pdf/issues 5 issue_tracker: https://github.com/DavBfr/dart_pdf/issues
6 -version: 3.6.1 6 +version: 3.6.2
7 7
8 environment: 8 environment:
9 sdk: ">=2.12.0 <3.0.0" 9 sdk: ">=2.12.0 <3.0.0"
1 # Changelog 1 # Changelog
2 2
  3 +## 5.6.1
  4 +
  5 +- Allow host app to override pdfium version [Jon Salmon]
  6 +
3 ## 5.6.0 7 ## 5.6.0
4 8
5 - Update Google fonts 9 - Update Google fonts
@@ -6,7 +6,7 @@ description: > @@ -6,7 +6,7 @@ description: >
6 homepage: https://github.com/DavBfr/dart_pdf/tree/master/printing 6 homepage: https://github.com/DavBfr/dart_pdf/tree/master/printing
7 repository: https://github.com/DavBfr/dart_pdf 7 repository: https://github.com/DavBfr/dart_pdf
8 issue_tracker: https://github.com/DavBfr/dart_pdf/issues 8 issue_tracker: https://github.com/DavBfr/dart_pdf/issues
9 -version: 5.6.0 9 +version: 5.6.1
10 10
11 environment: 11 environment:
12 sdk: ">=2.12.0 <3.0.0" 12 sdk: ">=2.12.0 <3.0.0"