record_linux 1.0.0 copy "record_linux: ^1.0.0" to clipboard
record_linux: ^1.0.0 copied to clipboard

PlatformLinux
unlisted

Linux specific implementation for record package called by record_platform_interface.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add record_linux
copied to clipboard

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

dependencies:
  record_linux: ^1.0.0
copied to clipboard

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:record_linux/record_linux.dart';
copied to clipboard
2
likes
160
points
178k
downloads

Publisher

verified publisheropenapi4j.org

Weekly Downloads

2024.09.16 - 2025.03.31

Linux specific implementation for record package called by record_platform_interface.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, record_platform_interface

More

Packages that depend on record_linux