Open
Description
🚀 The feature
Currently many redundant variables are being initialised in different files. A system should be established which initialises variables only once and other files just use the reference of that variables initialised in that file
Take example of the Explore Controller written and initialised only once globally in the explore_controller.dart and the profile_screen.dart and explore_screen.dart just use that reference after importing explore_controller.dart in them
Get rid of all redundant initialisations and achieve the as explained desired state
Motivation, pitch
Having less to no redundant initialisations would avoid the extra use of memory required why running the app thus boosting its performance
Metadata
Metadata
Assignees
Labels
No labels