Swift Kim
Swift Kim
These are packages written in pure Dart, not plugins: - carousel_slider - encrypt - flutter_svg - hive - hive_flutter - intl - json_annotation - json_serializable - lottie - numberpicker -...
The most typical scenario for TV apps is that you host a live streaming/VOD service that has a monthly subscription plan (which can be purchased via in-app purchase), or you...
@stuartmorgan Hi. The bug can be reproduced with this simple example: ```cpp #include #include class EncodableValue; using EncodableMap = std::map; using EncodableValueVariant = std::variant; class EncodableValue : public EncodableValueVariant {...
I tried the latest release of pigeon (4.2.13) but https://github.com/flutter/packages/pull/2745 doesn't seem to fully fix this bug. I guess the parts related to `reply()` also needs a fix. ```sh src/messages.cc:424:13:...
@tarrinneal The code compiled well with pigeon 4.2.14. Thank you very much!
Discussions are going on in the flutter repo (https://github.com/flutter/flutter/issues?q=is%3Aissue+drm+video) to switch the video_player plugin implementation to use platform views (rather than Texture) to allow playing DRM contents on Android/macOS. Does...
> I think platform view is still implemented by texture now. Need to check, but as far as I understand the technologies are not something that overlap with each other....
@renanmgs As far as I know, no. @xuelian-bai Will the plus_player-based video_player_tizen plugin support TV emulator?
https://pub.dev/packages/video_player_videohole can be used with TV emulators.
Doesn't disconnecting the device from the network mean that it can't even send error messages to your host? (because it is not connected to anything)