Skip to content

Commit ae826e6

Browse files
committed
bumped to version 2.2.0
1 parent 76d69c5 commit ae826e6

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ A customizable carousel slider widget in Flutter which supports infinite scrolli
3333
- [`.jumpToPage(int page)`](#jumptopageint-page)
3434
- [`.animateToPage(int page, {Duration duration, Curve curve})`](#animatetopageint-page-duration-duration-curve-curve)
3535
- [Custom Slide Indicators](#custom-slide-indicators)
36+
- [Contributors](#contributors)
3637
- [Contributing](#contributing)
3738
- [License](#license)
3839
- [Sponsor Me](#sponsor-me)
@@ -275,6 +276,27 @@ class SlidePercentageIndicator implements SlideIndicator {
275276
}
276277
```
277278

279+
## Contributors
280+
281+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
282+
<!-- prettier-ignore-start -->
283+
<!-- markdownlint-disable -->
284+
<table>
285+
<tbody>
286+
<tr>
287+
<td align="center" valign="top" width="20%"><a href="https://nixrajput.vercel.app"><img src="https://avatars.githubusercontent.com/u/10887215?s=100&v=4" width="100px;" alt="Nikhil Rajput"/><br /><sub><b>Nikhil Rajput</b></sub></a><br /><a href="#question-nixrajput" title="Answering Questions">💬</a> <a href="https://github.com/nixrajput/flutter_carousel_widget/commits?author=nixrajput" title="Documentation">📖</a> <a href="#maintenance-jakebolam" title="Maintenance">🚧</a> <a href="#infra-nixrajput" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="https://github.com/nixrajput/flutter_carousel_widget/pulls?q=is%3Apr+reviewed-by%3Anixrajput" title="Reviewed Pull Requests">👀</a> <a href="#talk-nixrajput" title="Talks">📢</a></td>
288+
<td align="center" valign="top" width="20%"><a href="https://github.com/DDavidPrime"><img src="https://avatars.githubusercontent.com/u/61236867?s=100&v=4" width="100px;" alt="David Djordjevic"/><br /><sub><b>David Djordjevic</b></sub></a><br /> <a href="https://github.com/nixrajput/flutter_carousel_widget/commits?author=DDavidPrime" title="Documentation">📖</a> <a href="https://github.com/nixrajput/flutter_carousel_widget/pulls?q=is%3Apr+reviewed-by%3ADDavidPrime" title="Reviewed Pull Requests">👀</a></td>
289+
<td align="center" valign="top" width="20%"><a href="https://github.com/MatthewJones517"><img src="https://avatars.githubusercontent.com/u/35195921?s=100&v=4" width="100px;" alt="Matthew Jones"/><br /><sub><b>Matthew Jones</b></sub></a><br /><a href="https://github.com/nixrajput/flutter_carousel_widget/commits?author=MatthewJones517" title="Documentation">📖</a> <a href="https://github.com/nixrajput/flutter_carousel_widget/pulls?q=is%3Apr+reviewed-by%3AMatthewJones517" title="Reviewed Pull Requests">👀</a></td>
290+
<td align="center" valign="top" width="20%"><a href="https://github.com/DjordjeMancic97"><img src="https://avatars.githubusercontent.com/u/58264548?s=100&v=4" width="100px;" alt="DjordjeMancic97"/><br /><sub><b>DjordjeMancic97</b></sub></a><br /><a href="https://github.com/nixrajput/flutter_carousel_widget/commits?author=DjordjeMancic97" title="Documentation">📖</a> <a href="https://github.com/nixrajput/flutter_carousel_widget/pulls?q=is%3Apr+reviewed-by%3ADjordjeMancic97" title="Reviewed Pull Requests">👀</a></td>
291+
</tr>
292+
</tbody>
293+
</table>
294+
295+
<!-- markdownlint-restore -->
296+
<!-- prettier-ignore-end -->
297+
298+
<!-- ALL-CONTRIBUTORS-LIST:END -->
299+
278300
## Contributing
279301

280302
If you would like to contribute to this project, feel free to fork the repository, make your changes, and submit a pull request. Please follow the guidelines in the [CONTRIBUTING.md](CONTRIBUTING.md) file.

0 commit comments

Comments
 (0)