2 Commits

Author SHA1 Message Date
Alan Alonso
057e063c0b 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)
2026-05-22 19:30:41 -06:00
Alan Alonso
bda677df89 refactor: consolidate codebase into clean architecture
- Remove duplicate features structure from basura_app
- Migrate recycling_guide feature to lib/
- Update main.dart to use new architecture
- Clean up old views structure
- Remove temporary directories (basura_app, basura_backend, wiki_hackathon)
2026-05-22 19:13:03 -06:00