SametSahin10
SametSahin10
I'm trying to use `ImageAnnotatorClient` to annotate images. I've realized that the methods that are called on the `ImageAnnotatorClient` instance return `Promise`. And in the examples the result is assigned...
It would be nice to have an option to use double quotes for the Strings instead of single quotes. So, instead of having: ``` factory CategoryModel.fromMap(Map map) { return CategoryModel(...
### Environment and configuration DCM version: Dart SDK version: 3.0.2 Configuration ```yaml analyzer: exclude: - "**/*.g.dart" - "**/*.gr.dart" - "**/*.config.dart" - "**/*.freezed.dart" errors: invalid_annotation_target: ignore plugins: - dart_code_metrics dart_code_metrics: extends:...
The system back button closes the app on Android when it's supposed go back to the previous page. The issue does not occur on Android 10. It occurs on Android...
## Summary In order to track navigations, a `NavigatorObserver` is used on Flutter but I've noticed that there isn't a `NavigatorObserver` provided by this package. Could we create a `NavigatorObserver`...
Hello, do you have any plans to support null safety?
There's a parameter called `debug` on [`SegmentConfig`](https://github.com/la-haus/flutter-segment/blob/master/lib/src/segment_config.dart) class. In the documentation, it's stated that it's not possible to set a value to debug dynamically. Is the value passed into `debug`...
### Is there an existing issue for this? - [X] I have searched the existing issues. ### Which plugins are affected? Core ### Which platforms are affected? Web ### Description...
When using BarChart, tooltips for high-value bars overlap with the bars themselves, making them difficult to read. **Steps to reproduce:** 1. Create a BarChart with some high value data points...