feat: custom check unReadDynamic

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2024-11-18 20:52:40 +08:00
parent 15c1449998
commit a0c54ced96
7 changed files with 250 additions and 142 deletions

View File

@@ -27,6 +27,7 @@ class _SearchPageState extends State<SearchPage> with RouteAware {
@override
void dispose() {
_searchController.searchFocusNode.dispose();
SearchPage.routeObserver.unsubscribe(this);
super.dispose();
}