Ankit Mahato
7962cce233
Update error_message_test.dart
...
The test fails because _FilledButtonWithIcon is no longer the runtime type of the widget created by FilledButton.tonalIcon in the current Flutter version. The predicate finds no match, causing tester.widget() to throw "No element".
The fix is to use find.byType(FilledButton) instead of the fragile runtime type string check:
2026-03-08 05:05:44 +05:30
..
2024-07-30 21:16:34 +05:30
2024-07-30 21:16:34 +05:30
2024-07-30 21:16:34 +05:30
2024-12-16 03:41:26 +05:30
2024-08-13 03:12:08 +05:30
2024-07-30 21:16:34 +05:30
2024-08-03 17:33:18 +05:30
2025-06-29 17:07:28 +05:30
2025-01-12 16:39:33 +05:30
2024-08-03 17:33:18 +05:30
2024-08-03 17:33:18 +05:30
2024-07-30 21:16:34 +05:30
2025-01-12 16:39:33 +05:30
2025-01-12 16:39:33 +05:30
2025-04-05 22:53:39 +05:30
2024-11-30 18:01:29 +05:30
2024-08-02 19:38:18 +05:30
2024-08-04 02:04:35 +05:30
2024-08-04 02:04:35 +05:30
2024-07-16 03:36:13 +05:30
2024-08-04 02:04:35 +05:30
2024-10-22 07:06:06 +05:30
2024-10-22 07:06:06 +05:30
2024-10-22 07:06:06 +05:30
2025-07-18 23:27:41 +05:30
2025-01-12 16:39:33 +05:30
2026-03-08 05:05:44 +05:30
2025-09-28 12:49:47 +05:30
2024-08-02 19:38:18 +05:30
2024-10-22 07:06:06 +05:30
2025-04-13 00:06:52 +05:30
2024-03-01 17:21:13 +02:00
2026-03-02 02:34:03 +05:30
2025-03-30 03:21:21 +05:30
2024-10-05 23:53:39 -03:00
2024-03-21 01:20:02 +05:30
2024-12-15 07:38:03 +05:30
2025-04-06 02:46:07 +05:30
2024-12-15 07:38:03 +05:30
2024-12-15 07:37:29 +05:30
2025-04-05 22:53:39 +05:30
2025-01-12 15:43:27 +05:30
2026-03-03 00:54:19 +05:30
2024-07-30 21:16:34 +05:30
2024-08-03 17:33:18 +05:30
2024-07-30 21:16:34 +05:30
2024-08-03 17:33:18 +05:30
2025-04-05 20:50:22 +05:30
2024-08-03 17:33:18 +05:30
2024-10-22 07:06:06 +05:30
2024-09-16 03:03:17 +05:30
2025-09-28 14:02:18 +05:30
2026-02-18 05:20:04 +05:30
2025-08-05 21:22:16 +05:30
2024-01-09 08:25:22 +05:30