student-hub / acs-upb-mobile

A mobile application for students at ACS UPB.
MIT License
27 stars 22 forks source link

Custom Loading Animation #285

Closed RazvanRotaru closed 3 years ago

RazvanRotaru commented 3 years ago

The CircularProgessIndicator behaves weirdly on the web page, it stratches as much as it can. Moreover, the iOS standard loading widget is different from the one we use (for Android).

Given this problem, I believe a solution would be wrap it in a Center and a SizedBox and then use the new Widget in every scenario. In this case, it would be the perfect moment to create a loading animation.