moinsen_screen_recording 1.0.0
moinsen_screen_recording: ^1.0.0 copied to clipboard
Gradle-9-clean fork of flutter_screen_recording. Native screen recording for Android/iOS/Web with the dead jcenter + bytedance repositories removed, which is what breaks an upstream 2.0.25 build on Gradle 9.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add moinsen_screen_recordingThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
moinsen_screen_recording: ^1.0.0Alternatively, 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:moinsen_screen_recording/moinsen_screen_recording.dart';