Added tag bookmarks screen

This commit is contained in:
Juan Gilsanz Polo
2024-02-24 18:39:23 +01:00
parent e50e5dd81f
commit ac8c96cf43
15 changed files with 361 additions and 6 deletions

View File

@@ -21,7 +21,7 @@ final selectedThemeProvider = AutoDisposeProvider<ThemeMode>.internal(
);
typedef SelectedThemeRef = AutoDisposeProviderRef<ThemeMode>;
String _$appStatusHash() => r'7f263e1933715c0ec6305e453af99b9a264156b6';
String _$appStatusHash() => r'3b87acee218adcc5707acfb30fd6e5c650b410ce';
/// See also [AppStatus].
@ProviderFor(AppStatus)