web_recording_interface 0.0.1
web_recording_interface: ^0.0.1 copied to clipboard
it is an interface of screen recorder.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add web_recording_interfaceThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
web_recording_interface: ^0.0.1Alternatively, 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:web_recording_interface/flutter_screen_recording_platform_interface.dart';
import 'package:web_recording_interface/method_channel_flutter_screen_recording.dart';