Vladimir E. Koltunov

Results 9 issues of Vladimir E. Koltunov

AudioKitCore cross-platform code removed from AudioKit master branch. So branch v4 of AudioKit submodule is required. Git logic incorporated into build.gradle does not trigger actual pull action at least in...

BUG (at least iOS) 1. UIWidgetsPanel is disabled and enabled Unity GUI Text Field. 2. User touches Text Field, Keyboard event comes, ViewportMatricsChanges emited, nullpointer occured in _handleViewMetricsChanged. FIX: remove...

`int.parse(colorList[1]!, radix: 16)` fails in some cases. For example: `colorList[1] == 'transparent'`.

package:win32's `LocalFree` accepts `int` and return `int`.

## Platform implementations of federated plugin This is the `platform implementations` part of `camera` PR #3586. `camera_platform_interface: 2.6.0` merged and published in PR #3615. Now repeating steps 3,4 (see [Changing...

p: camera
platform-android
platform-ios
platform-macos
platform-web
platform-windows
federated: partial_changes

This PR is for enabling fps and bitrate control of recorded video. Allow users to more control over recorded video size. `CameraPlatform.createCameraWithSettings` is added, leaving original `CameraPlatform.createCamera` commented as deprecated....

p: camera
platform-android
platform-ios
platform-web
platform-windows
federated: all_changes

## Description - support for string:binary in builder (Uint8List parser and json converter). - exposing `ShelfRequest.request` for using in handler implementations. Especially for `shelf.Request.context` interchanging between middlewares and handlers. For...

Just ported and tested on Android. Flutter 3.32.2: ``` $ flutter doctor -v [√] Flutter (Channel stable, 3.32.2) • Flutter version 3.32.2 on channel stable • Upstream repository https://github.com/flutter/flutter.git •...

#267 @BenAuerDev There is a patch