Skip to content

Commit 909013d

Browse files
docs: update readme
1 parent 8958a9e commit 909013d

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

README.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,24 @@
33
Images picker field for FlutterFormBuilder. Get images from gallery or camera.
44

55
[![Pub Version](https://img.shields.io/pub/v/form_builder_image_picker?logo=flutter&style=for-the-badge)](https://pub.dev/packages/form_builder_image_picker)
6-
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/flutter-form-builder-ecosystem/form_builder_image_picker/Base?logo=github&style=for-the-badge)](https://github.com/flutter-form-builder-ecosystem/form_builder_image_picker/actions/workflows/base.yaml)
6+
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/flutter-form-builder-ecosystem/form_builder_image_picker/base.yaml?branch=main&logo=github&style=for-the-badge)](https://github.com/flutter-form-builder-ecosystem/form_builder_image_picker/actions/workflows/base.yaml)
77
[![CodeFactor Grade](https://img.shields.io/codefactor/grade/github/flutter-form-builder-ecosystem/form_builder_image_picker?logo=codefactor&style=for-the-badge)](https://www.codefactor.io/repository/github/flutter-form-builder-ecosystem/form_builder_image_picker)
88
[![Codecov](https://img.shields.io/codecov/c/github/flutter-form-builder-ecosystem/form_builder_image_picker?logo=codecov&style=for-the-badge)](https://codecov.io/gh/flutter-form-builder-ecosystem/form_builder_image_picker/)
99
___
1010

11-
- [Features](#features)
12-
- [Use](#use)
11+
- [Form Builder Image Picker](#form-builder-image-picker)
12+
- [Features](#features)
13+
- [Use](#use)
1314
- [Setup](#setup)
1415
- [Basic use](#basic-use)
15-
- [Support](#support)
16+
- [Only specific pickers](#only-specific-pickers)
17+
- [Support](#support)
1618
- [Contribute](#contribute)
1719
- [Questions and answers](#questions-and-answers)
1820
- [Donations](#donations)
19-
- [Roadmap](#roadmap)
20-
- [Ecosystem](#ecosystem)
21-
- [Thanks to](#thanks-to)
21+
- [Roadmap](#roadmap)
22+
- [Ecosystem](#ecosystem)
23+
- [Thanks to](#thanks-to)
2224
- [Contributors](#contributors)
2325

2426
## Features
@@ -51,6 +53,7 @@ FormBuilder(
5153
```
5254

5355
### Only specific pickers
56+
5457
```dart
5558
FormBuilder(
5659
child: Column(
@@ -73,9 +76,9 @@ See [pub.dev example tab](https://pub.dev/packages/form_builder_image_picker/exa
7376

7477
You have some ways to contribute to this packages
7578

76-
- Beginner: Reporting bugs or request new features
77-
- Intermediate: Implement new features (from issues or not) and created pull requests
78-
- Advanced: Join to [organization](#ecosystem) like a member and help coding, manage issues, dicuss new features and other things
79+
- Beginner: Reporting bugs or request new features
80+
- Intermediate: Implement new features (from issues or not) and created pull requests
81+
- Advanced: Join to [organization](#ecosystem) like a member and help coding, manage issues, dicuss new features and other things
7982

8083
See [contribution file](https://github.com/flutter-form-builder-ecosystem/.github/blob/main/CONTRIBUTING.md) for more details
8184

@@ -89,9 +92,9 @@ Donate or become a sponsor of Flutter Form Builder Ecosystem
8992

9093
[![Become a Sponsor](https://opencollective.com/flutter-form-builder-ecosystem/tiers/sponsor.svg?avatarHeight=56)](https://opencollective.com/flutter-form-builder-ecosystem)
9194

92-
9395
## Roadmap
9496

97+
- Simplify the field form to minimal use case
9598
- [Add visual examples](https://github.com/flutter-form-builder-ecosystem/form_builder_image_picker/issues/31) (images, gifs, videos, sample application)
9699
- [Solve open issues](https://github.com/flutter-form-builder-ecosystem/form_builder_image_picker/issues), [prioritizing bugs](https://github.com/flutter-form-builder-ecosystem/form_builder_image_picker/labels/bug)
97100

@@ -100,6 +103,7 @@ Donate or become a sponsor of Flutter Form Builder Ecosystem
100103
Take a look to [our awesome ecosystem](https://github.com/flutter-form-builder-ecosystem) and all packages in there
101104

102105
## Thanks to
106+
103107
### Contributors
104108

105109
<a href="https://github.com/flutter-form-builder-ecosystem/form_builder_image_picker/graphs/contributors">

0 commit comments

Comments
 (0)