OverPoweredDev / Junior

A bookmarking app specialised towards online webnovels. Built in Flutter and Dart.
GNU General Public License v3.0
26 stars 9 forks source link

Add a Small Loading Circle on swiping up #20

Closed OverPoweredDev closed 3 years ago

OverPoweredDev commented 3 years ago

Is your feature request related to a problem? Please describe. I've noticed this a few times personally that the HomeScreen messes up the initState() call and we see a blank screen but reopening the app solves the issue.

Describe alternatives you've considered Maybe a reload button? but it's just not as intuitive as swiping up

Describe the solution you'd like It's super simple, we just want to add a small loading circle when the user swipes up on the HomeScreen that basically does what initState()'s already doing. Basically just call the loadData() function again

https://github.com/OverPoweredDev/Junior/blob/7b32ec1dea74528767613e9bde05d25a6f3ffa5b/src/lib/homepage/body.dart#L42-L50

SKilb commented 3 years ago

Hi, I would like to work on it.