Skip to content

Latest commit

 

History

History
67 lines (38 loc) · 1.06 KB

CHANGELOG.md

File metadata and controls

67 lines (38 loc) · 1.06 KB

0.0.15

  • Use PDF.js 3.4.120

0.0.14

  • Scale down PDF previewer with screen ratio scaling

0.0.13

  • Sync loading color to idle previewer state
  • Fix pdf page width progressively bigger with the page number

0.0.12

  • Handle null bytes for PDF with empty byte

0.0.11

  • Create a template for all previewers
  • Add Esc key to dismiss for all previewers
  • Handle tap outside previewers to dismiss

0.0.10

  • Add zoomable option to image previewer
  • Ignore flutter-plugins and flutter-plugins-dependencies from git

0.0.9

  • Optimize Utils
  • Optimize PDF previewer
  • Optimize HTML previewer
  • Update HtmlViewOptions contentClass to contentClassName

0.0.8

  • Replace pdf_render with pdfrx

0.0.7

  • Add white background to text previewer

0.0.6

  • Fix web compile error

0.0.5

  • Fix a bug where pdf controller was not used
  • Create dart_ui_stub to make this package compilable on mobile platform

0.0.4

  • Add plain text previewer

0.0.3

  • Add image previewer

0.0.2

  • Add HTML previewer

0.0.1

  • Initial release with PDF previewer