Flutter plugin init

This commit is contained in:
marchellodev
2021-08-05 22:17:05 +03:00
parent 51b12ae55c
commit 7558bef262
11 changed files with 714 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
include: package:lint/analysis_options.yaml
linter:
rules:
omit_local_variable_types: true
avoid_classes_with_only_static_members: false
prefer_single_quotes: true
file_names: false
avoid_setters_without_getters: false
sort_pub_dependencies: false
prefer_relative_imports: true
# only for debug
avoid_print: false