ios_screen_recorder 0.0.8 copy "ios_screen_recorder: ^0.0.8" to clipboard
ios_screen_recorder: ^0.0.8 copied to clipboard

PlatformiOS

Screen Recorder plugin is for iOS.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ios_screen_recorder

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

dependencies:
  ios_screen_recorder: ^0.0.8

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:ios_screen_recorder/screen_recorder.dart';
import 'package:ios_screen_recorder/screen_recorder_method_channel.dart';
import 'package:ios_screen_recorder/screen_recorder_platform_interface.dart';
0
likes
145
points
14
downloads

Publisher

unverified uploader

Weekly Downloads

Screen Recorder plugin is for iOS.

Documentation

API reference

License

BSL-1.0 (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on ios_screen_recorder

Packages that implement ios_screen_recorder