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 Snackbar after every Edit operation is completed #5

Closed OverPoweredDev closed 3 years ago

OverPoweredDev commented 3 years ago

Is your feature request related to a problem? Please describe. We need an indicator of when a novel is succesfully updated when we go back to the Home Screen. Sure you can just open the card and check but there's another way to do it.

Describe the solution you'd like A simple SnackBar that shows up from the bottom for 2-3 seconds, saying something super simple like "Novel has been updated" or "Updated chapter count for XYZNovel"

Describe alternatives you've considered There's alerts and all but a snackbar is way better for this kind of small utility.

Additional context You can check out this tutorial on SnackBars for additional context. Also note that the snackbar should display ina different colour depending on light/dark mode (Basically just use the predefined colour scheme like Color backgroundColor or Color textColor in theme.dart).