File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -277,5 +277,5 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
277277[ releases ] : https://github.com/nixrajput/flutter_carousel_widget/releases
278278[ repo ] : https://github.com/nixrajput/flutter_carousel_widget
279279[ issues ] : https://github.com/nixrajput/flutter_carousel_widget/issues
280- [ license ] : https://github.com/nixrajput/flutter_carousel_widget/blob/master/LICENSE.md
280+ [ license ] : https://github.com/nixrajput/flutter_carousel_widget/blob/master/LICENSE
281281[ pulls ] : https://github.com/nixrajput/flutter_carousel_widget/pulls
Original file line number Diff line number Diff line change @@ -38,10 +38,8 @@ linter:
3838 - file_names
3939 - hash_and_equals
4040 - implementation_imports
41- - iterable_contains_unrelated_type
4241 - library_names
4342 - library_prefixes
44- - list_remove_unrelated_type
4543 - literal_only_boolean_expressions
4644 - no_duplicate_case_values
4745 - non_constant_identifier_names
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: A customizable carousel slider widget in Flutter which supports inf
33
44version : 2.1.1
55
6- homepage : https://github.com/nixrajput
6+ homepage : https://pub.dev/packages/flutter_carousel_widget
77repository : https://github.com/nixrajput/flutter_carousel_widget
88issue_tracker : https://github.com/nixrajput/flutter_carousel_widget/issues
99
@@ -16,5 +16,5 @@ dependencies:
1616 sdk : flutter
1717
1818dev_dependencies :
19- test : ^1.24.6
20- flutter_lints : ^2.0.2
19+ test : ^1.24.8
20+ lints : ^2.1.1
You can’t perform that action at this time.
0 commit comments