Andrii
Andrii
I want using openconnect in my android app. but I see that the project has not been developed for several years. many reports of build problems in new versions of...
thanks for the great package. I have a few questions. 1.How to get a list of voices with their names? I use this method getVoices, this is the result: ...
I have svg image(export from Adobe Xd). For the correct display of this file, I need to install an additional font in the system(MAC or Windows) - then the picture...
thanks for the nice package. but my project goes to null safety. Zefyr/Notus already supports it. I using this [branch](https://github.com/memspace/zefyr/tree/1.0-dev). I also need transformation NotusDocument to/from HTML . I used...
I using last version plugin background_locator: ^1.6.12. But example doesn't work in IOS when app is killed. it works in android perfectly. I followed all the instructions in the wiki....
I have android phone with Face Id. I activated FaceID +Pin on my device. But CrossFingerprint.Current.GetAuthenticationTypeAsync() return Fingerprint instead Face. I use last nuget package[ 2.0.0 - alpha4](https://www.nuget.org/packages/Plugin.Fingerprint/2.0.0-alpha.4) ## Steps...
I use your plugin for my Xamarin Forms app(android). Any event not fire when app is in background. Events work when the application is in the foreground. But app is...
Использую Yandex.Map api android в мобильном приложении. Задание получить маршрут между двумя точками - в результате получаю несколько вариантов маршрута. Таже задача реализована на сайте компании - в результате выдается...
I use amplitude for my flutter project. I need values City, Country, Region, Device... I disabled CoppaControl: `await _analytics.disableCoppaControl();` but my User Properties is empty:  Fields "last seen" is...
I used hive in my flutter app. I store very important data in the local database(hive). I used encryptedBox for my data, but I want to securely protect my data....