tt_screen_record_plugin_new 0.0.3 copy "tt_screen_record_plugin_new: ^0.0.3" to clipboard
tt_screen_record_plugin_new: ^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_new

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_new: ^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_new/tt_screen_record_plugin.dart';
import 'package:tt_screen_record_plugin_new/tt_screen_record_plugin_method_channel.dart';
import 'package:tt_screen_record_plugin_new/tt_screen_record_plugin_platform_interface.dart';
1
likes
130
points
7
downloads

Publisher

verified publishernurshat.org

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

device_screen_recorder_new, flutter, plugin_platform_interface

More

Packages that depend on tt_screen_record_plugin_new

Packages that implement tt_screen_record_plugin_new