tt_screen_record 0.0.2 copy "tt_screen_record: ^0.0.2" to clipboard
tt_screen_record: ^0.0.2 copied to clipboard

视频录制组件,使用iOS原生的能力

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add tt_screen_record

With Flutter:

 $ flutter pub add tt_screen_record

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

dependencies:
  tt_screen_record: ^0.0.2

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/screen_record.dart';
import 'package:tt_screen_record/screen_record_method_channel.dart';
import 'package:tt_screen_record/screen_record_platform_interface.dart';
2
likes
0
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

视频录制组件,使用iOS原生的能力

Homepage

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on tt_screen_record

Packages that implement tt_screen_record