Closed jebstern closed 1 month ago
Thanks for the report! Do you mind fixing the tests with a PR?
Oh actually, this PR by @mhadaily is fixing it: https://github.com/woltapp/wolt_modal_sheet/pull/315
I guess :)
Sorry for late reply! Okay, no need then 😄
Bug report
Describe the bug Just wanted to inform you that some of the tests are failing in Flutter 3.16.0 and newer versions.
Steps to reproduce
Steps to reproduce the behavior:
Expected behavior
Tests should all pass.
Additional context
In Flutter 3.16.0, the
ThemeData.useMaterial3
flag is true by default, which seems to possible be the root cause.By changing the
useMaterial3
boolean, tests would fail when true & succeed when false_wolt_modalsheet.dart