ubuntu / app-center

App Store for Ubuntu made with Flutter 🧡 💙
GNU General Public License v3.0
634 stars 116 forks source link

Feature Request: Remember Last Searched Item in Search Bar #1819

Open abhiraj-ku opened 1 week ago

abhiraj-ku commented 1 week ago

It would be useful if the search bar could remember and display the last searched item when the user revisits the search functionality. This feature will improve the user experience by allowing quick access to recent queries.

Proposed Solution : Implement some file based caching mechanism to save the user's last search items and populate them when user tries to search again.This file will be stored in user's home directory

Steps: When the user enters a search term, write that term to the file. When the search bar is opened or the App Center is reopened, read the term from the file and populate the search bar.