didvan-app/lib/views/home
MohammadTaha Basiri 39ef54e52d Infography content model property 'marked' changed to be mutable, and related UI updates
* In `infography_content.dart`, the `marked` property of `Content` is changed from `final` to a mutable `bool`.
* In `infography_screen.dart`, the `onMarkChanged` callback in `InfographyItem` is updated to accept an additional `bool shouldUpdate` parameter, and the callback is called with the new signature in `InfographyScreenState`.
* In `infography_item.dart`, the `onMarkChanged` callback in `InfographyTag` is updated to accept an additional `bool shouldUpdate` parameter.
* In `infography_tag.dart`, the `onPressed` callback in `InfographyTag` is updated to pass the `onMarkChanged` callback with the new signature to the `HashtagScreen`.
2024-04-01 19:01:46 +03:30
..
bookmarks Add 'Infographics' option to bookmarks menu and divider 2024-04-01 16:46:35 +03:30
categories some changes 2023-10-10 18:02:48 +03:30
infography Infography content model property 'marked' changed to be mutable, and related UI updates 2024-04-01 19:01:46 +03:30
main Infography content model property 'marked' changed to be mutable, and related UI updates 2024-04-01 19:01:46 +03:30
new_statistic Navigation from infography to Hashtag 2024-04-01 18:39:34 +03:30
search bug fix 2023-10-12 21:35:14 +03:30
statistic Update dependencies and remove unused imports 2024-04-01 15:44:28 +03:30
widgets push 2023-10-11 23:42:38 +03:30
home.dart Update dependencies and remove unused imports 2024-04-01 15:44:28 +03:30
home_state.dart bug fixes 2023-10-12 15:59:38 +03:30