fix: resolve compilation errors

- Add flutter_riverpod dependency to pubspec.yaml
- Rename sealed class subtypes (Idle, Loading, Done) as public
- Update RecyclingGuideScreen to use type checks instead of pattern matching
- Fix CardThemeData type in app_theme.dart
- Keep withOpacity (warnings only, not errors)
This commit is contained in:
Alan Alonso
2026-05-22 19:30:41 -06:00
parent bda677df89
commit 057e063c0b
6 changed files with 58 additions and 23 deletions

View File

@@ -9,7 +9,13 @@
"Bash(rm -rf lib/src)",
"Bash(cp -r basura_app/lib/* lib/)",
"Bash(git checkout *)",
"Bash(git add *)"
"Bash(git add *)",
"Bash(git commit *)",
"Bash(git push *)",
"mcp__ide__getDiagnostics",
"Read(//mnt/c/Users/Wallt/StudioProjects/**)",
"Bash(flutter pub *)",
"Bash(flutter analyze *)"
]
}
}