Files
Yousef Rabia e14446f2e3 Replace tester.pumpAndSettle(); with tester.pump();
Replacing `tester.pumpAndSettle();` with `tester.pump();` resolves an issue where `pumpAndSettle()` waits for all animations to complete, causing an infinite loop with `CircularProgressIndicator`. Using `pump()` ensures efficient frame building without unnecessary animation waiting.
2024-03-01 17:18:42 +02:00
..
2024-01-08 00:18:37 +05:30
2024-02-08 06:08:22 +05:30
2024-02-29 20:52:17 +05:30
2024-02-24 06:35:11 +05:30
2024-03-01 01:10:49 +05:30