polyicon icon indicating copy to clipboard operation
polyicon copied to clipboard

Use lowerCamelCase in generated dart file

Open iqfareez opened this issue 1 year ago • 0 comments

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);

iqfareez avatar Feb 25 '23 09:02 iqfareez