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
refactor(headline-details): use List.from instead of List.of
- Replace List.of with List.from for creating a shallow copy of savedHeadlines list
- This change improves code readability and follows the more common practice in the Flutter community
0 commit comments