hls_player 2.8.7

this packages is a custom video player build to cast streaming to TV devices

hls_player

A new flutter plugin project. actualizar package plugin

1.- actualizar version del archivo pubspec.yaml 2.- actualizar descripcion actualizacion vesion del archivo CHANGELOG.md 3.- flutter pub publish --dry-run 4.- flutter pub publish

Getting Started

This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

you need to add first all to load insecure request and solve "How to Solve “ Error Domain=kCFErrorDomainCFNetwork Code=-1022 ”(null)" Error"

<key>NSAppTransportSecurity</key>
<dict>
    <key>NSAllowsArbitraryLoads</key>
    <true/>

Create Version plugin git

git tag -a v2.8.7 -m "app android 2.8.7"