Alexis Yushin

Results 100 comments of Alexis Yushin

Yeah I think it would be great to have an easy way to extend the state of the FormBloc with some sort of ExtraData like we have for FormFieldBloc's... @GiancarloCode...

Hi, I am actually working on this and getting quite good results with `google_maps_webservice` Predictions as `suggestions` work fine with TextFieldBloc. Struggling now a bit with finding the right way...

OK, so I've got it working with `google_maps_webservice` by creating a text field with `PlaceDetails` extra data and copy-pasting `TextFieldBlocBuilder` into `PlaceDetailsBlocBuilder` with the only modification that suggestion type of...

@GiancarloCode Would it be an idea to refactor `TextFieldBlocBuilder` into `TextFieldBlocBuilder` and make `onSuggestionSelected` and `suggestionsCallback` overridable to allow this kind of extensions and avoid code duplicating? Perhaps `TextSuggestionFieldBlocBuilder` and...

Awesome, thanks for feedback - I've solved it for now so there is no rush, but will look forward to help later on. Adding location/place/address fields will be a breeze...

OK, this is my quick and dirty temporary solution. I have a model SupplierAddress, but obviously this could be PlaceDetails if you want to be generic. That's a lot of...

I guess if you diff it against TextFiledBlocBuilder you'll see the interesting parts :-D

Can't see anything in the https://pub.dev/packages/share code, am I looking in the right place?

just found this! Is there any work on this? We are trying to run zulip in production and the current setup with supervisor in docker is really really outdated (we...