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

Use lowerCamelCase in generated dart file #82

@iqfareez

Description

@iqfareez

This is just a linter warning, but it will be nice to be implemented

Instead of

static const IconData tasbih_plain = IconData(0xe800, fontFamily: _kFontFam, fontPackage: _kFontPkg);

It can be

static const IconData tasbihPlain = IconData(0xe800, fontFamily: _kFontFam, fontPackage: _kFontPkg);

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