TF-2100 Create email_recovery module

(cherry picked from commit 8b0b1134bce607ead2683fb8df51285b376660fd)
This commit is contained in:
hieubt
2023-12-10 21:36:26 +07:00
committed by Dat H. Pham
parent ef93aab8bf
commit 409ce0b880
6 changed files with 713 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
# This file configures the analyzer, which statically analyzes Dart code to
# check for errors, warnings, and lints.
#
# The issues identified by the analyzer are surfaced in the UI of Dart-enabled
# IDEs (https://dart.dev/tools#ides-and-editors). The analyzer can also be
# invoked from the command line by running `flutter analyze`.
# The following line activates a set of recommended lints for Flutter apps,
# packages, and plugins designed to encourage good coding practices.
include: package:flutter_lints/flutter.yaml
linter:
rules:
constant_identifier_names: false
non_constant_identifier_names: false
unnecessary_string_escapes: false