jhelumcorp / gyawun

Immerse yourself in the world of Gyawun, where music knows no bounds. Enjoy uninterrupted, ad-free streaming with an extensive library of songs spanning genres and artists from every corner of the globe. With Gyawun, the rhythm never fades. Download now and let the music carry you away.
https://jhelumcorp.github.io/
GNU General Public License v3.0
283 stars 22 forks source link

Fix Correct loading of categories in the main screen and refactory default the controller is shared generating conflicts. #73

Closed mrmonterrosa closed 1 year ago

mrmonterrosa commented 1 year ago

Correct loading of categories in the main screen

Video Category:

image

Charts / Global Music

image

Refactory default the controller is shared generating conflicts

When having two or more PageController in the same page the second one in being generated enters in conflict what generates the error of _(The page property cannot be read when multiple PageViews are attached to the same PageController. package:flutter/src/widgets/pageview.dart': Failed assertion: line 101 pos 7: 'positions.length == 1) . to solve it it is necessary to create inside the widget to de-centralize it.