@lirez@
@lirez@
Hi, When you click on the filter text in a bottomsheet modal to type, the keyboard shows on top of that. might help: [https://github.com/flutter/flutter/issues/18564#issuecomment-519429440](https://github.com/flutter/flutter/issues/18564#issuecomment-519429440)
Hi, in the previous version 1.x.x, we can use the `await DefaultCacheManager().getFilePath()` syntax to get the default cache directory path. how should we get that path in the new version...
Hello, Is it possible to add the error handling mechanism if video player failed to load source? Currently, It'll stay in loading state forever. I read your code & found...
Special thanks for providing this package. I have a question about the package: "Is it possible to use this package to load more data when it's required?". Because, it's a...
Please upgrade illuminate/filesystem package to support v7. Thanks.
Hi, It seems that the scheduler is not running after sometimes of working. I don't know whether the process was killed by the os or something was happened (maybe the...
the table locale is not reverting back to old locale when one border of table gets hidden. This PR will fix that issue.
Hi, special thanks for providing this package. I want to know how can I seek to specific position of video? I used the provided setTime method for this purpose, but...
Hi, thanks for providing this awesome library. In this PR, I added a `properties` attribute as `Map` in order to store optional line curve parameters, like name or any other...
Hi, thanks for developing this awesome library. Is there any option to collapse/expand a docked panel to the app side corner? (like this library https://github.com/bosskmk/pluto_layout)