Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bumped to version 3.1.0 #57

Merged
merged 2 commits into from
Oct 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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