Merge branch 'feature/ML-12' of https://github.com/vodemn/m3_lightmeter into feature/ML-12

This commit is contained in:
Vadim 2023-01-25 12:51:30 +03:00
commit 77d1d2d027

View file

@ -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,
)
```
```