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
Encountering this while using PdfColorCmyk.fromRgb. The above error is thrown when passing a value of 1 to the green component and 0 to the red and blue components. The same is not true, however, when passing a 1 exclusively to either red or blue. Can reproduce in a Windows Flutter app with the following:
[√] Flutter (Channel stable, 3.24.5, on Microsoft Windows [Version 10.0.22631.4460], locale en-US)
[√] Windows Version (Installed version of Windows is version 10 or higher)
[√] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[√] Chrome - develop for the web
[√] Visual Studio - develop Windows apps (Visual Studio Community 2022 17.8.3)
[√] Android Studio (version 2023.1)
[√] VS Code (version 1.95.3)
[√] Connected device (3 available)
[√] Network resources
• No issues found!
'package:pdf/src/pdf/format/num.dart': Failed assertion: line 32 pos 12: '!value.isNaN': is not true.
The text was updated successfully, but these errors were encountered: