mathdev
mathdev
My error and success return objects are of the same type
this feature would be too much. stop animation doesn't make much sense.
The onSelectionChanged event only fires when I click on Agosto 2022 to open the calendar (image 1). When I click on the day of the month (image 2) onSelectionChanged is...
how do i capture the selected date in datepicker? would it be this? https://www.syncfusion.com/kb/12115/how-to-programmatically-select-the-dates-in-the-flutter-calendar
We will wait for the implementation. For now I decided like this: `autocompleteField.updateDecoration(decoration: autocompleteField.decoration.copyWith(errorText: "msg error"));` to clean: ` autocompleteField.updateDecoration(decoration: autocompleteField.decoration.copyWith(errorText: null));`
> hey @mdmota did you solve this? I have the same question Yes, In the On DidSelectAnnotationView method I have replaced the image of the marke with a larger image...
`void OnDidSelectAnnotationView(object sender, MKAnnotationViewEventArgs e) { try { CustomMKAnnotationView customView = e.View as CustomMKAnnotationView; customView.Image = UIImage.FromFile("markerIconClicked.png"); customPinView = new UIView(); CustomPin customPin = customPins.FirstOrDefault(p => p.Label.Equals(customView.ReuseIdentifier)); Action action =...
> I am also getting build warning: **Found conflicts between different versions of "Microsoft.CSharp" that could not be resolved. These reference conflicts are listed in the build log when log...
I decided to convert a csv to json and reading a json without using this dependency
> > With the webview_flutter plugin I handled this by overriding: > > ``` > > public override void OnReceivedSslError(Android.Webkit.WebView view, Android.Webkit.SslErrorHandler handler, Android.Net.Http.SslError error) > > { > >...