Andrii Antonov

Results 9 issues of Andrii Antonov

### New Issue Checklist - [x] I have searched for a similar issue in the [project](https://github.com/flutterchina/dio/issues) and found none ### Issue Info | Info | Value | | | ------------------------------...

Is there any plans for rewarded video availability for ios? thanks.

I have next class: ```dart class MyService implement InterfaceOne, InterfaceTwo{ ``` I would like to have access via `get_it` to both `InterfaceOne` and `InterfaceTwo`. But `LazySingleton` allows me to use...

Hi! First - thansk for this library! It works fine. But I can't get how can I create my custom markers within clusters? It looks like you create them under...

As far as I remember, nativa clcuster implementation behave next way: if user click on cluster icon, map zoomIn with animation to fit all markers, presented in that cluster. So...

Hi, is there any easy/known way to make sure that some specific `screen` can be opened only once? For example, consider next scenario: - I have messenger app - user...

Initial setup: - I have a list of 3 children in the `router` Expected behavior: - when I load main screen for the first time and specify `home index` in...

Any idea how it can be one?

Hi! Have an idea how the default values can be set in easy way for `TypeAdapter`. All we need - add new field to `HiveField` annotation and then use it...

enhancement