Open kwe92 opened 1 month ago
@kwe92 Sure, it would be great, I know my code sucks. DM me on X, if you wanna discuss these changes.
@imrofayel was the app meant to be ran in the browser on any device?
@kwe92 it's a desktop app primarily for Windows.
Would you be willing to let me refactor your apps architecture?
I would:
reduce the size of widgets (some are 1000 lines long)
remove state from views (turn all views stateless) and place presentation state in view models (using Provider package)
I can open a draft PR with some ideas I have and you can let me know if you like them.