@@ -14,6 +14,22 @@ include: package:flutter_lints/flutter.yaml
1414
1515# # ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
1616
17+ # #.title
18+ # # ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
19+ # #
20+ # # Dart/Flutter (DF) Packages by DevCetra.com & contributors. The use of this
21+ # # source code is governed by an MIT-style license described in the LICENSE
22+ # # file located in this project's root directory.
23+ # #
24+ # # See: https://opensource.org/license/mit
25+ # #
26+ # # ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
27+ # #.title~
28+
29+ include : package:flutter_lints/flutter.yaml
30+
31+ # # ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
32+
1733linter :
1834 rules :
1935 avoid_web_libraries_in_flutter : true
@@ -26,6 +42,7 @@ linter:
2642 prefer_const_constructors_in_immutables : true
2743 prefer_const_constructors : true
2844 prefer_final_fields : true
45+ prefer_function_declarations_over_variables : false
2946 prefer_relative_imports : true
3047 prefer_single_quotes : true
3148 require_trailing_commas : true
@@ -45,8 +62,8 @@ analyzer:
4562 avoid_type_to_string : error
4663 depend_on_referenced_packages : error
4764 flutter_style_todos : error
48- invalid_use_of_protected_member : error
4965 invalid_override_of_non_virtual_member : error
66+ invalid_use_of_protected_member : error
5067 no_leading_underscores_for_local_identifiers : error
5168 prefer_final_in_for_each : error
5269 prefer_relative_imports : error
0 commit comments