fft_recorder_ui 1.0.1 copy "fft_recorder_ui: ^1.0.1" to clipboard
fft_recorder_ui: ^1.0.1 copied to clipboard

audio recorder + FFT bar visualizer Flutter package. Built on top of flutter_recorder.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fft_recorder_ui

With Flutter:

 $ flutter pub add fft_recorder_ui

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

dependencies:
  fft_recorder_ui: ^1.0.1

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:fft_recorder_ui/fft_recorder_ui.dart';
9
likes
0
points
357
downloads

Publisher

verified publishernaeileun.dev

Weekly Downloads

audio recorder + FFT bar visualizer Flutter package. Built on top of flutter_recorder.

Homepage

Topics

#audio #recorder #fft #visualization

License

unknown (license)

Dependencies

flutter, flutter_recorder, permission_handler

More

Packages that depend on fft_recorder_ui