tt_screen_record_plugin 0.0.3
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_pluginThis 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.3Alternatively, 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';