Skip to content

CLEANUP: Replace deprecated withOpacity() with withValues() in calendar_screen.dart #234

@Satyanarayana001

Description

@Satyanarayana001

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions