for eg : there is three controllers in our Fruits App project (just random metaphore)
- apple controller (which contains apple object)
- mango controller (which contains mango object)
- fruits controller(which contains list of fruits [apple, mango])
so, here's the main topic we injected apple & mango controller into fruits controller and store the apple and mango object into fruits list ..
so, what im asking is , Is it good practice of getting things done in getx like this way ?!
can we inject multiple other different controllers deendencies into one controller ?! Is it good practice of getting things done in getx ?! is it anti-pattern ?!
someone pls explain me this riddle cause my mind is conflicted right now thinking that is it the way of getting things done or is it breaking the pattern / rules itself !!