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

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 recor [...]

Use this package as a library

Depend on it

Run this command:

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 flutter pub get):

dependencies:
  tt_screen_record_plugin: ^0.0.3

Alternatively, your editor might support 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
130
points
12
downloads

Publisher

unverified uploader

Weekly Downloads

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

Documentation

API reference

License

MIT (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