flutter analyze reports deprecated withOpacity() call in calendar_screen.dart that should be replaced with .withValues() to avoid precision loss. Fix: Replace .withOpacity(x) with .withValues(alpha: x)