material-components / material-components-flutter-codelabs

Codelabs for Material Components for Flutter
212 stars 247 forks source link

Changed variable name to adhere to Google's documented best practices… #202

Closed jpe90 closed 4 years ago

jpe90 commented 4 years ago

Google's Effective Dart guidelines state Hungarian notation should be avoided, but Colors.dart in MD-103 uses them for variable names of constant color values.

jpe90 commented 4 years ago

Relates to #200