You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Images picker field for FlutterFormBuilder. Get images from gallery or camera.
11
+
___
12
+
13
+
-[Features](#features)
14
+
-[Use](#use)
15
+
-[Setup](#setup)
16
+
-[Basic use](#basic-use)
17
+
-[Especific uses](#especific-uses)
18
+
-[Support](#support)
19
+
-[Contribute](#contribute)
20
+
-[Questions and answers](#questions-and-answers)
21
+
-[Donations](#donations)
22
+
-[Roadmap](#roadmap)
23
+
-[Ecosystem](#ecosystem)
24
+
-[Thanks to](#thanks-to)
25
+
-[Contributors](#contributors)
26
+
27
+
## Features
28
+
29
+
- Pick image from gallery or camera
30
+
- Show images in form
31
+
- Support several images types: `Uint8List`, `XFile`, `String` (url) or `ImageProvider`
9
32
10
-
#Setup
33
+
## Use
11
34
12
-
Since this package makes use of [image_picker package](https://pub.dev/packages/image_picker), for platform specific setup, follow the instructions [here](https://github.com/flutter/plugins/tree/main/packages/image_picker/image_picker#installation)
35
+
### Setup
13
36
14
-
## Usage
37
+
Since this package makes use of [image_picker](https://pub.dev/packages/image_picker) package, for platform specific setup, follow the instructions [here](https://github.com/flutter/plugins/tree/main/packages/image_picker/image_picker#installation)
See [pud.dev example tab](https://pub.dev/packages/form_builder_image_picker/example) or [github code](example/lib/main.dart) for more details
57
+
58
+
## Support
59
+
60
+
### Contribute
61
+
62
+
You have some ways to contribute to this packages
63
+
64
+
- Beginner: Reporting bugs or request new features
65
+
- Intermediate: Implement new features (from issues or not) and created pull requests
66
+
- Advanced: Join to [organization](#ecosystem) like a member and help coding, manage issues, dicuss new features and other things
67
+
68
+
See [contribution file](https://github.com/flutter-form-builder-ecosystem/.github/blob/main/CONTRIBUTING.md) for more details
69
+
70
+
### Questions and answers
71
+
72
+
You can join to [our Discord server](https://discord.gg/25KNPMJQf2) or search answers in [StackOverflow](https://stackoverflow.com/questions/tagged/flutter-form-builder)
73
+
74
+
### Donations
75
+
76
+
Buy a coffe to [Danvick Miller](https://twitter.com/danvickmiller), creator of this awesome package
77
+
78
+
[](https://www.buymeacoffee.com/danvick)
-[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)
85
+
86
+
## Ecosystem
87
+
88
+
Take a look to [our awesome ecosystem](https://github.com/flutter-form-builder-ecosystem) and all packages in there
0 commit comments