Adrian Stabiszewski
Adrian Stabiszewski
This is more of a discussion issue ;) I'm using Dart on the client (AngularDart) and on the backend (cloud functions). Sometimes I want to try a functionality on the...
I'm getting an error like: `EXCEPTION: Type List should be List to implement expected type Iterable ` when selecting from one of the lists. This also happens when one of...
My customer wants more time options in the TimePicker like every 30 minutes and not only each hour. I came up with a solution to introduce a stepsPerHour property. Default...
## Description I would like to pick up on the discussion in flutter-form-builder-ecosystem/flutter_form_builder#908 and suggest a change to the semantics of shouldRequestFocus. In the past we have seen many “A...
I was facing the above error with several FormBuilder widgets especially those that manage its own FocusNode like FormBuilderCheckbox. Our standard usage of the FormBuilder is to show a form,...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Package/Plugin version 9.2.1 ### Platforms - [X] Android - [X] iOS - [X]...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Package/Plugin version 9.1.1 ### Platforms - [X] Android - [X] iOS - [...
### Use case It would be nice if you could also add the above file to exports. Otherwise one cannot create a wrapper and use fields like "SuggestionsItemBuilder" around this...