bhattabhi013 / Vritant

Vritaant uses cool Augmented Reality to bring rhymes into a 3D world. With voice help, it's super easy for all ages. Explore different 3D models and have a great time learning on our interactive playground.
https://play.google.com/store/apps/details?id=com.vritant
MIT License
20 stars 38 forks source link

Reducing code repetition in lib/Home/screens.dart file #45

Closed Shivansh1212 closed 1 year ago

Shivansh1212 commented 1 year ago

Can make a separate stateless widget and call it whenever the container is required as same properties are called again. This can reduce the size of file and increase its readability. @bhattabhi013, kindly assign this issue to me under GSSoC 23.

bhattabhi013 commented 1 year ago

Hi @Shivansh1212, This is a great idea but can you be a bit more specific about the widget you are talking about?

Shivansh1212 commented 1 year ago

@bhattabhi013, I am talking about the similar containers which are having same properties (apart from different GIFs used) that are repeatedly used in the mentioned file. I can make a separate class or a function(not a widget, sorry) and call it whenever required performing exactly the same task but taking less lines of code. I hope you understand now.

bhattabhi013 commented 1 year ago

Sure, assigning it to you.

tanishgoyal07 commented 1 year ago

Hey, please assign this issue to me