Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Flutter/Dart Coding Style

The Dart coding style follows the official Effective Dart Style Guide.

All committed flutter code must pass the static analysis:

flutter analyze --no-fatal-infos