6y
6y
It seem that the option object only support the mouse events but not touch events. Is it better to support touch move / touch end event also?
An error occur when calling `FlutterCompass.events`. ``` ════════ Exception caught by services library ══════════════════════════════════ The following MissingPluginException was thrown while activating platform stream on channel hemanthraj[/flutter_compass](): MissingPluginException(No implementation found for...
The `events` getter is never null, so better to mark it as non-nullable.
Currently, `ScaleValue` is defined as `string | number`, which is not compatible with the [time axis](https://www.chartjs.org/docs/latest/axes/cartesian/time.html). It should at least support the `Date` object, and ideally, it would also support...
The four options `xMin`, `xMax`, `yMin`, and `yMax` can accept an `undefined` value to indicate "growth to the chart boundary." Scriptable options for these four options also support an `undefined`...
- [X] I have searched through existing issues. ## Feature Request Support for CSS [container queries](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_container_queries) units such as `cqw`, `cqh`, `cqi`, `cqb`, `cqmin`, and `cqmax` is now available in...
**Is your feature request related to a problem? Please describe.** Working in monorepos or other situations with shared Typescript interfaces is complicated because toJSON property is missing on the Admin...
### Please check the following before submitting a new issue. - [X] I have searched the [existing issues](https://github.com/baseflow/flutter-geolocator/issues). - [X] I have carefully [read the documentation](https://github.com/baseflow/flutter-geolocator/blob/main/geolocator/README.md) and verified I have...
Since ESLint return the path in os format, so ignore regexp need to handle both `\` and `/` as a separator. Consider this rule: ```js { regex: 'regA', files: {...
Hello vector_math.dart maintainers, I hope this message finds you well. I wanted to bring to your attention that the changes from #317, which resolved inconsistencies between Matrix3 and Matrix4 rotateY...