Skip to content

Commit 21f6222

Browse files
committed
bumped to version 2.1.1
1 parent 9ab9b46 commit 21f6222

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

example/analysis_options.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: A customizable carousel slider widget in Flutter which supports inf
33

44
version: 2.1.1
55

6-
homepage: https://github.com/nixrajput
6+
homepage: https://pub.dev/packages/flutter_carousel_widget
77
repository: https://github.com/nixrajput/flutter_carousel_widget
88
issue_tracker: https://github.com/nixrajput/flutter_carousel_widget/issues
99

@@ -16,5 +16,5 @@ dependencies:
1616
sdk: flutter
1717

1818
dev_dependencies:
19-
test: ^1.24.6
20-
flutter_lints: ^2.0.2
19+
test: ^1.24.8
20+
lints: ^2.1.1

0 commit comments

Comments
 (0)