flutter-form-builder-ecosystem / form_builder_image_picker

Images picker field for FlutterFormBuilder. Get images from gallery or camera
https://pub.dev/packages/form_builder_image_picker
BSD 3-Clause "New" or "Revised" License
33 stars 62 forks source link

when using many form_builder_image_picker in one column it didn't work one of them #43

Closed KhaledEzzet closed 1 year ago

KhaledEzzet commented 1 year ago

Environment

Package version: ^3.1.0

Flutter doctor ``` ``` Doctor summary (to see all details, run flutter doctor -v): [√] Flutter (Channel stable, 3.3.10, on Microsoft Windows [Version 10.0.19044.2364], locale en-US) Checking Android licenses is taking an unexpectedly long time...[√] Android toolchain - develop for Android devices (Android SDK version 32.1.0-rc1) [√] Chrome - develop for the web [X] Visual Studio - develop for Windows X Visual Studio not installed; this is necessary for Windows development. Download at https://visualstudio.microsoft.com/downloads/. Please install the "Desktop development with C++" workload, including all of its default components [√] Android Studio (version 2021.1) [√] VS Code (version 1.74.2) [√] Connected device (3 available) [√] HTTP Host Availability
Code sample ```dart return FormBuilderImagePicker( // onChanged: (value) { // setState(() {}); // }, // showDecoration: true, maxImages: 1, // previewAutoSizeWidth: true, name: name, decoration: InputDecoration(labelText: label), validator: FormBuilderValidators.compose([ FormBuilderValidators.required(errorText: "Field is empty"), ]), ); ```

Description

Expected behavior:

Current behavior:

Steps to reproduce

  1. This
  2. Than that
  3. Then

Images

Stacktrace/Logcat

deandreamatias commented 1 year ago

Hi! Can provide more details of actual behaviour and desired behaviour? If can add a image or video will be awesome

KhaledEzzet commented 1 year ago

https://user-images.githubusercontent.com/69615759/210909079-dd524c00-11f9-43af-a1e9-618d04700e1b.mp4

I click many times on FormBuilderImagePicker until the options for camera or gallery appear also, I try it on real devices (android) it didn't work at all

deandreamatias commented 1 year ago

Please, try again with last changes on main branch and with Flutter 3.7 If the bug still exists, feel free to open a new issue