Skip to content

Commit cd66d8a

Browse files
docs: Add more info to readme
- Status badges - Credits
1 parent 0c8d1d6 commit cd66d8a

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# form_builder_file_picker
1+
# Form Builder File Picker
2+
3+
[![Pub Version](https://img.shields.io/pub/v/form_builder_file_picker?logo=flutter&style=for-the-badge)](https://pub.dev/packages/form_builder_file_picker)
4+
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/flutter-form-builder-ecosystem/form_builder_file_picker/Base?logo=github&style=for-the-badge)](https://github.com/flutter-form-builder-ecosystem/form_builder_file_picker/actions/workflows/base.yaml)
5+
[![CodeFactor Grade](https://img.shields.io/codefactor/grade/github/flutter-form-builder-ecosystem/form_builder_file_picker?logo=codefactor&style=for-the-badge)](https://www.codefactor.io/repository/github/flutter-form-builder-ecosystem/form_builder_file_picker)
6+
[![Codecov](https://img.shields.io/codecov/c/github/flutter-form-builder-ecosystem/form_builder_file_picker?logo=codecov&style=for-the-badge)](https://codecov.io/gh/flutter-form-builder-ecosystem/form_builder_file_picker/)
27

38
File Picker Field for [flutter_form_builder](https://pub.dev/packages/flutter_form_builder) package
49

@@ -28,4 +33,12 @@ Since this package makes use of [file_picker package](https://pub.dev/packages/f
2833
print(val);
2934
},
3035
),
31-
```
36+
```
37+
38+
## Credits
39+
40+
<a href="https://github.com/flutter-form-builder-ecosystem/form_builder_file_picker/graphs/contributors">
41+
<img src="https://contrib.rocks/image?repo=flutter-form-builder-ecosystem/form_builder_file_picker" />
42+
</a>
43+
44+
Made with [contrib.rocks](https://contrib.rocks).

0 commit comments

Comments
 (0)