Denis Korovitskii
Denis Korovitskii
Hi @gopalkrishan123! If I understood you correctly so [this is the same feature-request](https://github.com/luanpotter/audioplayers/issues/429) This feature already implemented in Android. So we just need help with iOS implementation
@gopalkrishan123, to calculate distance between cellphone and the ear, you can use [this plugin](https://pub.dev/packages/proximity_plugin)
or we can even do a named parameters. Example: `pubspec.yaml` ``` yaml scripts: # using named parameters my-command: touch '$file_name'|echo '$content' > '$file_name' # using position parameters my-command: touch '$1'|echo...
Same for me Flutter: 3.13.6 fl_chart: 0.63.0
@imaNNeo thank u for your response. Sorry if my question wasn't clear from the beginning. Purple line on screenshots above is `VerticalLine`. And `VerticalLine` hasn't paddings. Same as `HorizontalLine`
yes, i want to render a text with some padding around it
@imaNNeo thank u for your suggest solution. VerticalLineLabel.padding add padding to whole label. Example: ```dart HorizontalLineLabel.padding = EdgeInsets.zero ``` ```dart HorizontalLineLabel.padding = EdgeInsets.symmetric(horizontal: 5) ``` I am looking for padding...
@adem74 it will be nice to share solution with community!
@StarProxima i can confirm same error for `unknown_enum_value` parameter. I looked through source files and i found that at `swagger_parser-1.17.3/lib/src/config/swp_config.dart:279` getting default config overrides only `outputDirectory`. So if no parameter...
@afzl-wtu would u be interested to implement this feature?