Behnam Sattar
Behnam Sattar
I was able to fix this by adding a manual unload and reload. Here is the code I'm using to solve this: ```dart UnityWidgetController? _unityWidgetController; Timer? timer; bool _isCheckingLoadState =...
I was able to fix this by adding a manual unload and reload. Here is the code I'm using to solve this: ```dart UnityWidgetController? _unityWidgetController; Timer? timer; bool _isCheckingLoadState =...
> The other part of the solution which I think could be also reported as a separate bug is regarding the size of the final Text. In the example above,...
@mrdaios please consider merging this and publishing on pub dev. 🙏
Any update on this?
Or maybe even consider adding a [frameBuilder](https://api.flutter.dev/flutter/widgets/Image/frameBuilder.html) property the way it's used for the built-in Image widget.
I ended up adding some additional methods and triggers to video player to support FairPlay Streaming. If this is pressing for anyone, I'd say spend some time on your DRM...
@hathibelagal-dev is this package still maintained?
@mrdaios it would be great if we can get this on pub dev. 🙏
I ended up making a fork, updating the dependencies that were causing issues (anthropic and tenacity), tagging the commit, and pointing poetry to my fork, at that tag.