Viktor Kadza

Results 12 issues of Viktor Kadza

Can you please provide some working exaples of playing local assets ?

feature-request

Just trying play some asset sound on android: ``` AssetsAudioPlayer.newPlayer().open( Audio("sounds/ui_camera-shutter.wav"), autoStart: true, showNotification: true, ); ``` error mesage: ``` I/ViewRootImpl@8c5707f[MainActivity](15905): ViewPostIme pointer 0 I/MSHandlerLifeCycle(15905): isMultiSplitHandlerRequested: windowingMode=1 isFullscreen=true isPopOver=false isHidden=false...

bug

How to disable submission or revert to initValue the cardsettingstext? When input value is not valid , submission still works. I have a situation when input text should not empty,...

tried a simple switch, it stays always in initial value ![image](https://user-images.githubusercontent.com/25665922/152406163-9001511f-0bbe-4d49-b258-d0564bd05928.png)

bug

Is it a way to override slidable background with custom widget ?

waiting for user response

Hello. Is it a way to update nested keys, like in map ? Example ``` //Map implementation: boxMap[key1][key2]=value //Hive like implementation: box.putNested('key1.key2',value) ```

There is a someLoggerMethod(Trace.current().frames[1].member) , witch returns the caller function name. Is it a way to insert a caller class link too in console? with result like ``` message, callerFunction...

Hi! the current _res.keyboardHeight updates on keyboard movement. How to get the keyboard size when keyboard is closed ?

Is it a way to store collection eg. List,dictbetc. Changes?

``` var string hexcode = ColorToHex(HexColor('#460000')).toString(); Expected: '#460000' Actual: 'Color(0xff460000)' ```