record_macos 0.2.2 copy "record_macos: ^0.2.2" to clipboard
record_macos: ^0.2.2 copied to clipboard

discontinued
PlatformmacOS

macOS 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_macos

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

dependencies:
  record_macos: ^0.2.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:record_macos/record_macos.dart';
1
likes
110
pub points
33%
popularity

Publisher

verified publisheropenapi4j.org

macOS specific implementation for record package called by record_platform_interface.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, record_platform_interface

More

Packages that depend on record_macos