Closed OutdatedGuy closed 2 years ago
lint
analysis_options.yaml
lints: ^1.0.1
Added strict lint checking rules in the file analysis_options.yaml
Resolved all lint issues in the files:
lib/rounded_loading_button.dart
test/rounded_loading_button_test.dart
example/lib/main.dart
Formatted code with trailing commas and default flutter formatted in files:
Updated android configuration for example:
AndroidManifest.xml
New
lint
checks in theanalysis_options.yaml
filelints: ^1.0.1
for better resultsChanges
Added strict lint checking rules in the file
analysis_options.yaml
Resolved all lint issues in the files:
lib/rounded_loading_button.dart
test/rounded_loading_button_test.dart
example/lib/main.dart
Formatted code with trailing commas and default flutter formatted in files:
lib/rounded_loading_button.dart
test/rounded_loading_button_test.dart
example/lib/main.dart
Updated android configuration for example:
AndroidManifest.xml
file