Closed yuxingmin closed 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).
临时改成 await SystemChrome.setEnabledSystemUIMode(SystemUiMode.manual, overlays: []);
先用着
作者也不知道还更不更新
Has Anyone found the solution to this?
You can use this: https://github.com/diegothucao/cfijkplayer And
dependencies:
fijkplayer:
git:
url: https://github.com/diegothucao/cfijkplayer.git
ref: master
哈哈,我也新建了一个,liplayer: ^0.0.1
fijkplayer version 0.11.0 released, this bug has been fixed
Flutter 3.10兼容性