Eugene Kuleshov

Results 37 issues of Eugene Kuleshov

**Is your feature request related to a problem? Please describe.** As discussed in #278 a memory-based AudioSource could be a good option to serve audio data packaged with the app....

enhancement
1 backlog

It would be great to remove the dependencies on a non-essentials plugins like screenshot and image_gallery_saver to reduce the app footprint when functionality provided by these plugins is not required....

With other plugins, like share_extend app has own declaration of FileProvider, so with open_file plugin build is failing with error like: ``` /project-dir/android/app/src/debug/AndroidManifest.xml Error: Attribute provider#androidx.core.content.FileProvider@authorities value=(org.package.name.provider) from (unknown) is...

**Describe the use-cases of your feature** With raise of desktop platforms and especially Windows it would be really nice to have support for icon previews for the `fluentui_system_icons` package from...

enhancement

**Describe the bug** Plugin incorrectly reports "new version" available when semantically higher version is already used. E.g. `0.9.4+10` vs `0.9.4+9`. **Steps to Reproduce** In the pubspec.yaml mouse over on reported...

bug

**Is your feature request related to a problem? Please describe.** It is somewhat common to pass a list of objects or a list of primitive types (int, string, enum, etc)...

**Is your feature request related to a problem? Please describe.** You can declare an enum type for the API method parameters using `@Path`, `@Field`, `@Query` and `@Body` annotations: ``` @POST('/api/animals/{species}')...

It looks like https://github.com/Polidea/RxBluetoothKit supports both iOS and OSX platforms. Would it be possible to add support for macos in the FlutterBleLib. The code supposedly should be similar to what's...

enhancement

For those who can't use swift package manager it would be really handy if this great library will be available from cocoapods.

enhancement

With MOE 1.3.6 NetworkInterface.getNetworkInterfaces() call is failing with NullPointerException when running in iOS simulator (iPad Retina iOS 10.2): java.net.SocketException at java.net.NetworkInterface.rethrowAsSocketException(NetworkInterface.java:338) at java.net.NetworkInterface.collectIpv4Address(NetworkInterface.java:292) at java.net.NetworkInterface.getByNameInternal(NetworkInterface.java:154) at java.net.NetworkInterface.getNetworkInterfacesList(NetworkInterface.java:399) at java.net.NetworkInterface.getNetworkInterfaces(NetworkInterface.java:388) ......

bug