这是indexloc提供的服务,不要输入任何密码
Skip to content

Color.fromHex64 error #78

@JeremyF87

Description

@JeremyF87

Hey. Thanks for all your work on this project. Tiny bug in color_util.dart line 58.

Code:
int alpha = (0xff000000 & hex) >> 32;

Should be:
int alpha = (0xff000000 & hex) >> 24;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions