system_audio_meter 0.1.0 copy "system_audio_meter: ^0.1.0" to clipboard
system_audio_meter: ^0.1.0 copied to clipboard

Real-time desktop system output peak meter for Flutter.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add system_audio_meter

With Flutter:

 $ flutter pub add system_audio_meter

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

dependencies:
  system_audio_meter: ^0.1.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:system_audio_meter/system_audio_meter.dart';
2
likes
0
points
145
downloads

Publisher

unverified uploader

Weekly Downloads

Real-time desktop system output peak meter for Flutter.

Homepage

Topics

#audio #desktop #flutter-plugin #meter #wasapi

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on system_audio_meter

Packages that implement system_audio_meter