packages.flutter icon indicating copy to clipboard operation
packages.flutter copied to clipboard

Table not rendered

Open alexgheorghiu opened this issue 1 year ago • 0 comments

Tables are not rendered at all No table is rendered at all. Not even the simplest ones.

Here is the table rendered in Calibre image

To Reproduce Try to render the six.epub file attached. (Also I attached the six.odt file that was used as source)

Expected behavior I would like to be able to see the table.

Screenshots Nothing is visible when trying to render it. image

Smartphone (please complete the following information): Here is the report from Flutter's Doctor:

/home/alex/tools/flutter-3.7.10/bin/flutter doctor --verbose
[!] Flutter (Channel stable, 3.7.10, on Linux Mint 21 5.15.0-41-generic, locale en_US.UTF-8)
    • Flutter version 3.7.10 on channel stable at /home/alex/tools/flutter-3.7.10
    ! The flutter binary is not on your path. Consider adding /home/alex/tools/flutter-3.7.10/bin to your path.
    ! The dart binary is not on your path. Consider adding /home/alex/tools/flutter-3.7.10/bin to your path.
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision 4b12645012 (11 days ago), 2023-04-03 17:46:48 -0700
    • Engine revision ec975089ac
    • Dart version 2.19.6
    • DevTools version 2.20.1
    • If those were intentional, you can disregard the above warnings; however it is recommended to use "git" directly to perform update checks and upgrades.

[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.1)
    • Android SDK at /home/alex/Android/Sdk
    • Platform android-33, build-tools 33.0.1
    • ANDROID_HOME = /home/alex/Android/Sdk
    • Java binary at: /home/alex/tools/android-studio/jbr/bin/java
    • Java version OpenJDK Runtime Environment (build 11.0.15+0-b2043.56-8887301)
    • All Android licenses accepted.

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

[✗] Linux toolchain - develop for Linux desktop
    ✗ clang++ is required for Linux development.
      It is likely available from your distribution (e.g.: apt install clang), or can be downloaded from https://releases.llvm.org/
    ✗ CMake is required for Linux development.
      It is likely available from your distribution (e.g.: apt install cmake), or can be downloaded from https://cmake.org/download/
    ✗ ninja is required for Linux development.
      It is likely available from your distribution (e.g.: apt install ninja-build), or can be downloaded from https://github.com/ninja-build/ninja/releases
    • pkg-config version 0.29.2
    ✗ GTK 3.0 development libraries are required for Linux development.
      They are likely available from your distribution (e.g.: apt install libgtk-3-dev)

[✓] Android Studio (version 2022.1)
    • Android Studio at /home/alex/tools/android-studio
    • Flutter plugin version 73.0.1
    • Dart plugin version 221.6103.1
    • Java version OpenJDK Runtime Environment (build 11.0.15+0-b2043.56-8887301)

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

[✓] Connected device (3 available)
    • AOSP on IA Emulator (mobile) • emulator-5554 • android-x86    • Android 9 (API 28) (emulator)
    • Linux (desktop)              • linux         • linux-x64      • Linux Mint 21 5.15.0-41-generic
    • Chrome (web)                 • chrome        • web-javascript • Google Chrome 108.0.5359.124

[✓] HTTP Host Availability
    • All required HTTP hosts are available

! Doctor found issues in 2 categories.
Process finished with exit code 0

Additional context I was using epub_view: 3.0.0 six.zip

alexgheorghiu avatar Apr 15 '23 08:04 alexgheorghiu