lsvideopic 0.0.1 copy "lsvideopic: ^0.0.1" to clipboard
lsvideopic: ^0.0.1 copied to clipboard

A new Flutter plugin.

lsvideopic #

Flutter 视频裁图功能

如何试用 #

1.导入
import 'package:lsvideopic/ls_video_pic.dart';
2.使用

 ///@param videoPath 视频路径
 ///@param milliseconds 毫秒值
 LsVideoPic.videoFrameImagePath(videoPath, timeStemp)
           .then((data) {
                //图片路径
                print(data);
            }).catchError((error){
                (error as PlatformException).details;//错误信息
                 print(error);
            });
0
likes
20
pub points
0%
popularity

Publisher

unverified uploader

A new Flutter plugin.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on lsvideopic