feat: Add minor widget and asset refinements

This commit is contained in:
cogwheel0
2025-12-08 17:13:26 +05:30
parent cd853ef5ba
commit 9c7789ca02
45 changed files with 44 additions and 2 deletions

View File

@@ -407,3 +407,4 @@ final homeWidgetInitializerProvider = Provider<void>((ref) {
// Initialize the coordinator which sets up widget click handling
ref.watch(homeWidgetCoordinatorProvider);
});