flutter-form-builder-ecosystem / form_builder_file_picker

File picker field widget for FlutterFormBuilder.
https://pub.dev/packages/form_builder_file_picker
BSD 3-Clause "New" or "Revised" License
15 stars 33 forks source link

[Request] Add camera support #6

Closed jasonlaw closed 3 years ago

jasonlaw commented 3 years ago

Can you please add the camera support? Btw, the version of flutter_form_builder seems not up to date.

Many thanks in advance.

breezage commented 3 years ago

This is a compatible addon to FormBuilder plugin please check documentation of FormBuilder. FormBuilderImagePickeris available in the main plugin and you can use it access device gallery or camera.

jasonlaw commented 3 years ago

Indeed I have overlooked that, thanks for pointing out.