screen_record_plus_puftpalkim 1.1.1
screen_record_plus_puftpalkim: ^1.1.1 copied to clipboard
Fork of screen_record_plus for PuftPalkim: adds app-audio + microphone capture (mixed into one track) on iOS (the upstream plugin only records video and silently drops all audio), and drops the unused [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add screen_record_plus_puftpalkimThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
screen_record_plus_puftpalkim: ^1.1.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:screen_record_plus_puftpalkim/screen_record_plus_puftpalkim.dart';