befovy / fijkplayer

ijkplayer for flutter. ijkplayer 的 flutter 封装。 Flutter video/audio player. Flutter media player plugin for android/iOS based on ijkplayer. fijkplayer 是基于 ijkplayer 封装的 flutter 媒体播放器,开箱即用,无需编译 ijkplayer
https://fijkplayer.befovy.com
MIT License
1.65k stars 354 forks source link

Flutter 3.10兼容性 #566

Closed yuxingmin closed 1 year ago

yuxingmin commented 1 year ago

Flutter 3.10兼容性

kartik1225 commented 1 year ago

I am also having the following issue after upgrading flutter to 3.10

Error (Xcode): ../../../.pub-cache/git/fijkplayer-3853bbccb2021f65948feed7ac67b7e6825e1b24/lib/core/fijkview.dart:293:24: Error: Member not found: 'SystemChrome.setEnabledSystemUIOverlays'.

Could not build the application for the simulator.
Error launching application on iPad Pro (12.9-inch) (6th generation).
nnianhouss commented 1 year ago

临时改成 await SystemChrome.setEnabledSystemUIMode(SystemUiMode.manual, overlays: []);先用着 作者也不知道还更不更新

kartik1225 commented 1 year ago

Has Anyone found the solution to this?

diegothucao commented 1 year ago

You can use this: https://github.com/diegothucao/cfijkplayer And

dependencies:
  fijkplayer:
    git:
      url: https://github.com/diegothucao/cfijkplayer.git
      ref: master
randsoy commented 1 year ago

哈哈,我也新建了一个,liplayer: ^0.0.1

befovy commented 1 year ago

fijkplayer version 0.11.0 released, this bug has been fixed