FullstackWEB-developer

Results 18 comments of FullstackWEB-developer

I think we need to controll suffix icon style for `DropdownMenu`. Currently, we can only set suffixIconColor in InputDecorationTheme, but I think we should be able to control the entire...

> I think we need to controll suffix icon style for DropdownMenu. Currently, we can only set suffixIconColor in InputDecorationTheme, but I think we should be able to control the...

@ricardoBritoSantos I also faced the same problem. Unfortunately, I was unable to find a solution with this package, so I manually configured the authentication logic using `webview_flutter`. Please refer this...

Thanks for you reply @jennantilla I'm not listening to notifications sent from `flutter_local_notifications`. I'd like to avoid the hassle of using `onesignal_flutter` and `flutter_local_notifications` together. Is this possible?

Unfortunately, no. I have tried, but I am currently using both `flutter_local_notifications` and `onesignal_flutter` in my project.

This error occurred when using `@mapbox/mapbox-gl-draw` after upgrading `mapbox-gl` to `3.5.1`. ```error Type 'MapboxDraw' does not satisfy the constraint 'IControl'. Types of property 'onAdd' are incompatible. Type '(map: Map$1) =>...

> I’m getting the same errors as the above with using the [draw control code example](https://github.com/visgl/react-map-gl/tree/7.1-release/examples/draw-polygon). Are there fixes for this? @JessiDeuxTrois I am using `mapbox-gl` by downgrading it to...