Vice
Vice
### Description SelectionChanged have some troubles, sometimes it is not fired to null when click on the map. But the click map event is fired. ### Expected Behavior Deselect the...
### Description On Android, Overlays sometimes are not drawn on the Map or not at the good coordinates. Maybe caused by the MoveToRegion when drawing at the same time. ###...
### Description The pinInfoView is out of the Box when we move to it. ### Expected Behavior It will be great if PinInfoView could be centered, when moving to it....
### Description I am having a Horizontal CollectionView with a fixed layout (basically nothing alters the height or the width of it's itemTemplate) I can scroll forward to the right,...
Hello, The error message is not set when we have errors on reconnect and close connection. We should set the error message. We need to set it in the Hub.ts
#6 Here we go!
This PR introduces a new hook, `useMultiTickerProvider`, which extends `TickerProviderStateMixin` to support multiple `AnimationController` instances. This is particularly useful for libraries like `flutter_map_animations`, where an `AnimatedMapController` may create multiple animations...
**Is your feature request related to a problem? Please describe.** When using `flutter_map_animations` with `flutter_hooks`, the `AnimatedMapController` requires a `TickerProvider` for its `vsync` parameter. Currently, using the `useSingleTickerProvider` hook work...