Skip to content

Commit

Permalink
Merge pull request #3 from Chinmay-KB/all-contributors/add-Chinmay-KB
Browse files Browse the repository at this point in the history
docs: add Chinmay-KB as a contributor
  • Loading branch information
Chinmay-KB authored Oct 1, 2020
2 parents 2318d92 + 6e0eee2 commit f42a6ce
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "Chinmay-KB",
"name": "Chinmay Kabi",
"avatar_url": "https://avatars0.githubusercontent.com/u/13520364?v=4",
"profile": "https://github.com/Chinmay-KB",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"projectName": "wp_pivot_flutter",
"projectOwner": "Chinmay-KB",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@


# wp_pivot_flutter
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

A Flutter package inspirred from Windows Phone Style Pivot Tabs
![Pivots in action](https://github.com/Chinmay-KB/wp_pivot_flutter/blob/master/showcase/ezgif-4-446097008731.gif)
Expand Down Expand Up @@ -42,8 +45,27 @@ GlobalKey<WpPivotState> globalKey = GlobalKey();
}
```
## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tr>
<td align="center"><a href="https://github.com/Chinmay-KB"><img src="https://avatars0.githubusercontent.com/u/13520364?v=4" width="100px;" alt=""/><br /><sub><b>Chinmay Kabi</b></sub></a><br /><a href="https://github.com/Chinmay-KB/wp_pivot_flutter/commits?author=Chinmay-KB" title="Code">💻</a></td>
</tr>
</table>

<!-- markdownlint-enable -->
<!-- prettier-ignore-end -->
<!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
## Starware

<!-- TODO: project name --> is Starware.
This means you're free to use the project, as long as you star its GitHub repository.
Your appreciation makes us grow and glow up. ⭐

0 comments on commit f42a6ce

Please sign in to comment.