CCExtractor / taskwarrior-flutter

This is the repo of mobile app of taskwarrior
https://play.google.com/store/apps/details?id=com.ccextractor.taskwarriorflutter
GNU General Public License v3.0
120 stars 88 forks source link

due time in the past - replacing snackbar #314

Closed Sabra-xD closed 7 months ago

Sabra-xD commented 7 months ago

Description

Removed the snackBar, since the ScaffoldMessanger was routing to root Scaffold and the Alert Dialog had no Scaffold. Implemented the same functionality using Flushbar that disapears automatically after 3 seconds. Also added a booled, inThePast, to check if the time user picked was in the past, if so the time color would be in red to attract their attention.

Fixes #(312)

Replaced snackbar with flushbar.

Screenshots

Screenshot_2024-02-23-07-59-30-60_9bdaab249332ff0aa81548d24e981681

Checklist