Skip to content

Commit 499d9e9

Browse files
authored
Merge pull request #57 from nixrajput/dev
bumped to version 3.1.0
2 parents 0c15bc0 + 209f341 commit 499d9e9

File tree

2 files changed

+19
-8
lines changed

2 files changed

+19
-8
lines changed

.github/pull_request_template.md

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,31 @@
1+
# Pull Request Checklist
2+
13
## What does this PR do?
24

35
<!-- **Please provide a clear and concise description of the changes in this PR.** Example: -->
46

7+
<!--
8+
59
- Adds/improves functionality for the carousel widget
610
- Fixes bugs or issues
711
- Adds new features like autoplay, infinite scrolling, etc.
812
- Optimizes performance or enhances accessibility
913
10-
### **Checklist**
14+
-->
15+
16+
## **Checklist**
1117

12-
#### Code Changes
13-
- [ ] I have added new features to the carousel widget (e.g., autoplay, indicator customization, etc.)
18+
### Code Changes
19+
- [ ] I have added new features to the package (e.g., autoplay, indicator customization, etc.)
1420
- [ ] I have fixed existing issues (e.g., performance, edge cases)
1521
- [ ] I have improved the overall structure or optimized the codebase
1622

17-
#### Documentation
23+
### Documentation
1824
- [ ] I have updated the README file or relevant documentation with the changes
1925
- [ ] I have added code usage examples or updated existing examples to reflect changes
2026
- [ ] I have updated the package version in the `pubspec.yaml` file
2127

22-
#### Testing
28+
### Testing
2329

2430
**General Tests**
2531
- [ ] The carousel widget works correctly with default settings
@@ -53,15 +59,19 @@
5359
- [ ] The carousel handles empty/null items gracefully
5460
- [ ] The carousel handles large data sets without crashes or performance drops
5561

56-
#### Performance
62+
### Performance
5763
- [ ] I ran performance tests to ensure no regressions
5864
- [ ] The carousel renders efficiently, even with a large number of items
5965

6066
### How did you verify your code works?
6167

6268
<!-- **Please explain how you tested the code changes.** Example: -->
6369

70+
<!--
71+
6472
- I have written unit tests covering the new features
6573
- I ran manual tests to check various carousel configurations (autoplay, infinite loop, custom widgets)
6674
- I verified the carousel on different devices and screen sizes
67-
- All tests pass locally (`flutter test`)
75+
- All tests pass locally (`flutter test`)
76+
77+
-->

SECURITY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ The following versions of the `flutter_carousel_widget` package are currently be
77
| Version | Supported |
88
|---------|--------------------|
99
| 3.x.x | :white_check_mark: |
10-
| 2.x.x | :white_check_mark: |
10+
| 2.3.x | :white_check_mark: |
11+
| 2.2.x | :white_check_mark: |
1112
| 1.x.x | :x: |
1213

1314
If you are using an older, unsupported version, we recommend upgrading to the latest version to benefit from security fixes.

0 commit comments

Comments
 (0)