yuxingmin

Results 3 issues of yuxingmin

flutter_echarts 2.3.0 depends on webview_flutter ^2.0.2 and no versions of flutter_echarts match >2.3.0

Future initializePlayer() async { videoController = VideoPlayerController.networkUrl(Uri.parse(widget.url)); await Future.wait([videoController.initialize()]); chewieController = ChewieController( videoPlayerController: videoController, aspectRatio: widget.aspectRatio, autoPlay: widget.autoPlay, looping: widget.looping, isLive: true, showOptions: false, // useRootNavigator: false, // controlsSafeAreaMinimum: EdgeInsets.fromLTRB(0,...