ScerIO / packages.flutter

👨‍💻 Plugins and packages for Flutter framework
https://pub.dev/publishers/serge.software/packages
MIT License
438 stars 421 forks source link

Zoom works incorrectly with horizontal pdf #437

Open shabanov-krl opened 9 months ago

shabanov-krl commented 9 months ago

Describe the bug When zoomed horizontal pdf, it can no longer be unzoomed

To Reproduce Steps to reproduce the behavior:

  1. Zoom horizontal pdf
  2. Try unzoom it
  3. Failed :c

Expected behavior Pdf unzoomed to initial state

Screenshots screencast-bpconcjcammlapcogcnnelfmaeghhagj-2023.10.03-16_51_02.webm

Smartphone

Additional context

Source code: example from this package
Package version: 2.4.0
Output of flutter doctor -v
[✓] Flutter (Channel stable, 3.13.5, on Ubuntu 22.04.3 LTS 5.15.0-84-generic, locale ru_RU.UTF-8)
    • Flutter version 3.13.5 on channel stable at /home/shabanov/snap/flutter/common/flutter
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision 12fccda598 (8 дней назад), 2023-09-19 13:56:11 -0700
    • Engine revision bd986c5ed2
    • Dart version 3.1.2
    • DevTools version 2.25.0

[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.0)
    • Android SDK at /home/shabanov/Android/Sdk
    • Platform android-33, build-tools 33.0.0
    • Java binary at: /home/shabanov/.local/share/JetBrains/Toolbox/apps/android-studio/jbr/bin/java
    • Java version OpenJDK Runtime Environment (build 17.0.6+0-17.0.6b829.9-10027231)
    • All Android licenses accepted.

[✓] Chrome - develop for the web
    • Chrome at google-chrome

[✓] Linux toolchain - develop for Linux desktop
    • clang version 10.0.0-4ubuntu1
    • cmake version 3.16.3
    • ninja version 1.10.0
    • pkg-config version 0.29.1

[✓] Android Studio (version 2022.3)
    • Android Studio at /home/shabanov/.local/share/JetBrains/Toolbox/apps/android-studio
    • Flutter plugin version 75.1.2
    • Dart plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/6351-dart
    • Java version OpenJDK Runtime Environment (build 17.0.6+0-17.0.6b829.9-10027231)

[✓] VS Code (version 1.82.2)
    • VS Code at /usr/share/code
    • Flutter extension version 3.72.0

[✓] Connected device (3 available)
    • sdk gphone64 x86 64 (mobile) • emulator-5554 • android-x64    • Android 13 (API 33) (emulator)
    • Linux (desktop)              • linux         • linux-x64      • Ubuntu 22.04.3 LTS 5.15.0-84-generic
    • Chrome (web)                 • chrome        • web-javascript • Google Chrome 117.0.5938.92

[✓] Network resources
    • All expected network resources are available.

• No issues found!
InspectlyMads commented 9 months ago

@shabanov-krl Did you find a work around for this issue?

shabanov-krl commented 9 months ago

@shabanov-krl Did you find a work around for this issue?

hello, i used https://github.com/kaichii/pdf_viewer

InspectlyMads commented 9 months ago

@shabanov-krl Ive looked into that package too, but it seem to have limited zoom. Do you have the same problem?

shabanov-krl commented 9 months ago

@shabanov-krl Ive looked into that package too, but it seem to have limited zoom. Do you have the same problem?

U can use zoomSteps, minScale and maxScale params of PDFViewer. Does this solve the problem? That was enough for me