From 9502b2ed505006b7e10a8a9793710ffd5c5b3904 Mon Sep 17 00:00:00 2001 From: Vadim <44135514+vodemn@users.noreply.github.com> Date: Wed, 25 Jan 2023 12:49:22 +0300 Subject: [PATCH] Update style_guide.md --- doc/style_guide.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/style_guide.md b/doc/style_guide.md index 683cb30..bdc172a 100644 --- a/doc/style_guide.md +++ b/doc/style_guide.md @@ -1,3 +1,4 @@ +# M3 Lightmeter repo style guide This repo uses [Effective Dart Style](https://dart.dev/guides/language/effective-dart/style) and [Style guide for Flutter repo](https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo#formatting) with some alterations. @@ -136,4 +137,4 @@ const SizedBox( width: 16.0, height: 16.0, ) -``` \ No newline at end of file +```