You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Nesting a large Table inside a Wrap causes a TooManyPagesException if the table exceeds the page height.
However, without the Wrap widget, the Table automatically spans to the next page.
There is no obvious reason why a Table should not be able to span to the next page when nested in a Wrap widget. Especially when composing many spanning and non-spanning widgets together, the Wrap should ensure that all these widgets can wrap to the next page.
Expected behavior
A Table inside a Wrap will span to the next page when the Wrap's children exceed the page height.
Package version pdf 3.11.3
Flutter Doctor
[√] Flutter (Channel stable, 3.24.5, on Microsoft Windows [Version 10.0.22631.4890], locale de-DE)
• Flutter version 3.24.5 on channel stable at C:\src\flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision dec2ee5c1f (4 months ago), 2024-11-13 11:13:06 -0800
• Engine revision a18df97ca5
• Dart version 3.5.4
• DevTools version 2.37.3
[√] Windows Version (Installed version of Windows is version 10 or higher)
[√] Android toolchain - develop for Android devices (Android SDK version 35.0.0)
• Android SDK at C:\Users\fmalinowski\AppData\Local\Android\Sdk
• Platform android-35, build-tools 35.0.0
• ANDROID_SDK_ROOT = C:\Users\fmalinowski\AppData\Local\Android\Sdk
• Java binary at: C:\Program Files\Android\Android Studio\jbr\bin\java
• Java version OpenJDK Runtime Environment (build 17.0.11+0--11852314)
• All Android licenses accepted.
[√] Chrome - develop for the web
• Chrome at C:\Program Files\Google\Chrome\Application\chrome.exe
[!] Visual Studio - develop Windows apps (Visual Studio Build Tools 2019 16.11.40)
• Visual Studio at C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools
• Visual Studio Build Tools 2019 version 16.11.35229.62
• Windows 10 SDK version 10.0.19041.0
X The current Visual Studio installation is incomplete.
Please use Visual Studio Installer to complete the installation or reinstall Visual Studio.
[√] Android Studio (version 2024.2)
• Android Studio at C:\Program Files\Android\Android Studio
• Flutter plugin can be installed from:
https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
https://plugins.jetbrains.com/plugin/6351-dart
• Java version OpenJDK Runtime Environment (build 17.0.11+0--11852314)
[√] VS Code (version 1.96.4)
• VS Code at C:\Users\fmalinowski\AppData\Local\Programs\Microsoft VS Code
• Flutter extension can be installed from:
https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter
[√] VS Code, 64-bit edition (version 1.96.2)
• VS Code at C:\Program Files\Microsoft VS Code
• Flutter extension can be installed from:
https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter
[√] Connected device (4 available)
• sdk gphone64 x86 64 (mobile) • emulator-5554 • android-x64 • Android 13 (API 33) (emulator)
• Windows (desktop) • windows • windows-x64 • Microsoft Windows [Version 10.0.22631.4890]
• Chrome (web) • chrome • web-javascript • Google Chrome 133.0.6943.127
• Edge (web) • edge • web-javascript • Microsoft Edge 132.0.2957.140
[√] Network resources
• All expected network resources are available.
! Doctor found issues in 1 category.
Tablet
Device: Tablet emulator
OS: Android 13
The text was updated successfully, but these errors were encountered:
Description
Nesting a large
Table
inside aWrap
causes aTooManyPagesException
if the table exceeds the page height.However, without the
Wrap
widget, theTable
automatically spans to the next page.There is no obvious reason why a
Table
should not be able to span to the next page when nested in aWrap
widget. Especially when composing many spanning and non-spanning widgets together, theWrap
should ensure that all these widgets can wrap to the next page.Reproduce
Expected behavior
A
Table
inside aWrap
will span to the next page when theWrap
's children exceed the page height.Package version
pdf 3.11.3
Flutter Doctor
Tablet
The text was updated successfully, but these errors were encountered: