flutter_web_record 0.1.2 copy "flutter_web_record: ^0.1.2" to clipboard
flutter_web_record: ^0.1.2 copied to clipboard

Platformweb

A Flutter web package for screen recording with audio support, pause/resume controls, customizable UI, and preview functionality.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_web_record

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

dependencies:
  flutter_web_record: ^0.1.2

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:flutter_web_record/flutter_web_record.dart';
1
likes
150
points
268
downloads
screenshot

Publisher

unverified uploader

Weekly Downloads

A Flutter web package for screen recording with audio support, pause/resume controls, customizable UI, and preview functionality.

Repository (GitHub)
View/report issues

Topics

#screen-recording #video #media #web #recorder

Documentation

API reference

License

MIT (license)

Dependencies

flutter, web

More

Packages that depend on flutter_web_record