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
fix(content): align headlines page with non-nullable headline model
Updates the `_HeadlinesDataSource` in `headlines_page.dart` to
correctly handle the `source` and `updatedAt` fields of the `Headline`
model, which are non-nullable.
Removes unnecessary null-aware operators and null checks, ensuring the
UI code is synchronized with the data model's constraints.
0 commit comments