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

录屏组件,支持安卓和iOS。其中安卓使用的是 device_screen_recorder插件 iOS使用的系统的能力ReplayKit,iOS14(包括14)之后才支持录屏保存到自定义的路径,比如沙盒 iOS14之前,录制的视频会存入相册 Screen recording component supports Android and iOS. Android uses the device_sc [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add tt_screen_record_plugin

With Flutter:

 $ flutter pub add tt_screen_record_plugin

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  tt_screen_record_plugin: ^0.0.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:tt_screen_record_plugin/tt_screen_record_plugin.dart';
3
likes
0
points
9
downloads

Publisher

unverified uploader

Weekly Downloads

录屏组件,支持安卓和iOS。其中安卓使用的是 device_screen_recorder插件 iOS使用的系统的能力ReplayKit,iOS14(包括14)之后才支持录屏保存到自定义的路径,比如沙盒 iOS14之前,录制的视频会存入相册 Screen recording component supports Android and iOS. Android uses the device_screen_recorder plugin The system capability used by iOS is ReplayKit. Only after iOS14 (including 14) can the screen recording be saved to a custom path, such as a sandbox. Before iOS14, recorded videos will be saved in the photo album

Homepage

License

unknown (license)

Dependencies

device_screen_recorder, flutter, plugin_platform_interface

More

Packages that depend on tt_screen_record_plugin

Packages that implement tt_screen_record_plugin