Closed KhaledEzzet closed 1 year ago
Hi! Can provide more details of actual behaviour and desired behaviour? If can add a image or video will be awesome
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
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
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 AvailabilityCode 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
Images
Stacktrace/Logcat