outline_material_icons icon indicating copy to clipboard operation
outline_material_icons copied to clipboard

Use underscore_separated constants to mirror the Icons class

Open hacker1024 opened this issue 4 years ago • 0 comments

Even though the Dart style guides prefer lowerCamelCase, the Flutter Icons class uses underscore_separated constants. If I wanted to change a playlist_play icon, I'd be changing the code from Icons.playlist_play to OMIcons.playlistPlay. The naming should be kept the same as the Icons class.

hacker1024 avatar Oct 01 '19 05:10 hacker1024