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
The RandomHadithScreen needs layout optimizations, better responsiveness, and integration tests. The current implementation lacks proper Expanded usage, a unique Key for DisplayTextWidget.hadith, and automated UI tests.
YassinNouh21
changed the title
Improve RandomHadithScreen & Add Integration Tests
test: Integration test for RandomHadithScreen & Add Integration Tests
Feb 8, 2025
✨ Description
The
RandomHadithScreen
needs layout optimizations, better responsiveness, and integration tests. The current implementation lacks properExpanded
usage, a uniqueKey
forDisplayTextWidget.hadith
, and automated UI tests.📌 Problems
Key
inDisplayTextWidget.hadith
, making testing difficult.🎯 Expected Outcome
Expanded
for better UI distribution.Key
toDisplayTextWidget.hadith
.integration_test
topubspec.yaml
.The text was updated successfully, but these errors were encountered: