Milan Obrenovic

Results 39 comments of Milan Obrenovic

> Did you set options correctly on AndroidManifest.xml? This should be the problem with method channel. i have the same problem. what exactly am i supposed to set in the...

> Timestamps will always be displayed in `mm/dd/yyyy` format. Yes that's why i asked this question, is it possible to display "Today at 12:36 AM" instead of "01/29/2022" ?

> No it's currently not possible, I don't have any plans to update it as such Could you please make this one change if you have some spare time? Ability...

> Try latest release. > 0.4.0-dev.2 Didnt work. Any updates?

I found a solution. The controls need to be wrapped in a `SafeArea` widget or any other widget where you can add padding to it: ```dart FlickVideoPlayer( flickManager: _flickManager, flickVideoWithControlsFullscreen:...

> https://github.com/kleeb/panache how to run that repo locally?

> ``` > cd panache_web > flutter run -d chrome > ``` nothing seems to happen when i click the download button, the theme doesnt get generated. any idea?

+1, i'm having the same issue

> ImportError Traceback (most recent call last) in ----> 1 from pycoin.ecdsa import sign, verify 2 import hashlib, secrets 3 4 def sha3_256Hash(msg): 5 hashBytes = hashlib.sha3_256(msg.encode("utf8")).digest() > > ImportError:...

> @SilvianAchim > > I hope that this will work fine. There is an example in the docs link: https://ui.shadcn.com/docs/components/drawer#responsive-dialog > > Replace the `Dialog` components with the `Sheet` components...