Skip to content

Commit

Permalink
Merge pull request #57 from nixrajput/dev
Browse files Browse the repository at this point in the history
bumped to version 3.1.0
  • Loading branch information
nixrajput authored Oct 13, 2024
2 parents 0c15bc0 + 209f341 commit 499d9e9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 8 deletions.
24 changes: 17 additions & 7 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,31 @@
# Pull Request Checklist

## What does this PR do?

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

<!--
- Adds/improves functionality for the carousel widget
- Fixes bugs or issues
- Adds new features like autoplay, infinite scrolling, etc.
- Optimizes performance or enhances accessibility
### **Checklist**
-->

## **Checklist**

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

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

#### Testing
### Testing

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

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

### How did you verify your code works?

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

<!--
- I have written unit tests covering the new features
- I ran manual tests to check various carousel configurations (autoplay, infinite loop, custom widgets)
- I verified the carousel on different devices and screen sizes
- All tests pass locally (`flutter test`)
- All tests pass locally (`flutter test`)
-->
3 changes: 2 additions & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ The following versions of the `flutter_carousel_widget` package are currently be
| Version | Supported |
|---------|--------------------|
| 3.x.x | :white_check_mark: |
| 2.x.x | :white_check_mark: |
| 2.3.x | :white_check_mark: |
| 2.2.x | :white_check_mark: |
| 1.x.x | :x: |

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

0 comments on commit 499d9e9

Please sign in to comment.