AngeloAvv / flutter_flavorizr

A flutter utility to easily create flavors in your flutter application
https://pub.dev/packages/flutter_flavorizr
MIT License
468 stars 85 forks source link

Set letters lowercase when created flavors #163

Closed marinagosson closed 1 year ago

marinagosson commented 1 year ago

when generated flavors.dart file show this warning from dart:

The constant name 'MYFLAVOR' isn't a lowerCamelCase identifier.
Try changing the name to follow the lowerCamelCase style.dartconstant_identifier_names

dart(constant_identifier_names)
AngeloAvv commented 1 year ago

Fixes https://github.com/AngeloAvv/flutter_flavorizr/issues/131