anusii / solidpod

MIT License
1 stars 2 forks source link

SOLIDPOD: How to use state management in terms of code refactoring #207

Open anushkavidanage opened 1 month ago

anushkavidanage commented 1 month ago

Description

State management seems to be a quite useful feature to manage the state of your Widget even across different screens. Investigate on how to use this in SolidPod.

cdawei commented 1 month ago

This post provides a brief summary of many different state management approaches. Have a look if interested.

Navigating the Flutter State Management Maze: A Comprehensive Guide https://medium.com/@aniszaouam5/navigating-the-flutter-state-management-maze-a-comprehensive-guide-bd2c5bccd238

zheyxu commented 1 month ago

Need to confirm that what type of data we can store it into state management.