Skip to content

Commit b3848c1

Browse files
Merge pull request #25 from boringdeveloper/all-contributors/add-boringdeveloper
docs: add boringdeveloper as a contributor
2 parents e84db8c + 5b17e8b commit b3848c1

2 files changed

Lines changed: 50 additions & 0 deletions

File tree

.all-contributorsrc

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"contributors": [
8+
{
9+
"login": "boringdeveloper",
10+
"name": "Nickr",
11+
"avatar_url": "https://avatars.githubusercontent.com/u/21273958?v=4",
12+
"profile": "https://github.com/boringdeveloper",
13+
"contributions": [
14+
"code",
15+
"doc",
16+
"maintenance",
17+
"test"
18+
]
19+
}
20+
],
21+
"contributorsPerLine": 7,
22+
"projectName": "FlutterSwitch",
23+
"projectOwner": "boringdeveloper",
24+
"repoType": "github",
25+
"repoHost": "https://github.com",
26+
"skipCi": true
27+
}

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# flutter_switch
2+
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
4+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
25

36
[![pub package](https://img.shields.io/pub/v/flutter_switch.svg)](https://pub.dev/packages/flutter_switch) [![pub points](https://badges.bar/flutter_switch/pub%20points)](https://pub.dev/packages/flutter_switch/score) [![popularity](https://badges.bar/flutter_switch/popularity)](https://pub.dev/packages/flutter_switch/score) [![likes](https://badges.bar/flutter_switch/likes)](https://pub.dev/packages/flutter_switch/score) <a href="https://github.com/boringdeveloper/FlutterSwitch/actions"><img src="https://img.shields.io/github/workflow/status/boringdeveloper/FlutterSwitch/Widget%20Test?label=build"></a>
47

@@ -121,3 +124,23 @@ multiple Flutter or Dart projects.
121124
For help getting started with Flutter, view our
122125
[online documentation](https://flutter.dev/docs), which offers tutorials,
123126
samples, guidance on mobile development, and a full API reference.
127+
128+
## Contributors ✨
129+
130+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
131+
132+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
133+
<!-- prettier-ignore-start -->
134+
<!-- markdownlint-disable -->
135+
<table>
136+
<tr>
137+
<td align="center"><a href="https://github.com/boringdeveloper"><img src="https://avatars.githubusercontent.com/u/21273958?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Nickr</b></sub></a><br /><a href="https://github.com/boringdeveloper/FlutterSwitch/commits?author=boringdeveloper" title="Code">💻</a> <a href="https://github.com/boringdeveloper/FlutterSwitch/commits?author=boringdeveloper" title="Documentation">📖</a> <a href="#maintenance-boringdeveloper" title="Maintenance">🚧</a> <a href="https://github.com/boringdeveloper/FlutterSwitch/commits?author=boringdeveloper" title="Tests">⚠️</a></td>
138+
</tr>
139+
</table>
140+
141+
<!-- markdownlint-restore -->
142+
<!-- prettier-ignore-end -->
143+
144+
<!-- ALL-CONTRIBUTORS-LIST:END -->
145+
146+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)