You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 (see below). The code should adhere to the guidelines unless there is a reason Hungarian notation is recommended in this situation, in which cases the guidelines should be amended to clarify.