Added mark as read or unread

This commit is contained in:
Juan Gilsanz Polo
2024-02-25 21:09:54 +01:00
parent 776ec9f392
commit 175963883f
12 changed files with 145 additions and 18 deletions

3
lib/config/options.dart Normal file
View File

@@ -0,0 +1,3 @@
class ConfigOptions {
static const int listLimit = 20;
}