-
-
Notifications
You must be signed in to change notification settings - Fork 542
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FormBuilderImagePicker #607
Comments
+1 I have the same issue |
E/flutter ( 4749): [ERROR:flutter/lib/ui/ui_dart_state.cc(177)] Unhandled Exception: NoSuchMethodError: The getter 'iterator' was called on null. |
I'm not able to add images after new version upgrade |
Yikes! I think I see the problem: When In the meantime, you can try specifying an empty list as |
after adding a empty list in |
Thanks for the quick resolution. It's definitely a great package to use in the flutter apps. |
* Added a null-safe spread operator for field.value to guard against a null value. Resolves #607.
It's a basic bug. It appears that unit tests are not here. How can we help? |
Correct. Test coverage is only 40%. PRs are welcome! |
After add a photo the photo did not be added
The text was updated successfully, but these errors were encountered: