flutter / samples

A collection of Flutter examples and demos

Home Page:https://flutter.github.io/samples/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use of prefixes

michalmytych opened this issue · comments

Should one letter prefixes actually be used in Flutter code?

if (!kIsWeb && (Platform.isWindows || Platform.isLinux || Platform.isMacOS)) {