I'm trying to add a favorites feature with flutter. If you activate it by clicking the Favorites button inside the page, you need to implement it so that the Favorites page marked as Favorite appears in the page selection window. getx was too complex to implement, so I gave up on it. Are there any other attractions or advice pages?
I've seen shared_preferences: ^2.0.7, but it's my first time developing an app, so it's difficult to develop because there are no examples.