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

A dart package to generate audio wave data on the fly

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add wave_generator

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

dependencies:
  wave_generator: ^0.1.0

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:wave_generator/wave_generator.dart';
30
likes
20
pub points
40%
popularity

Publisher

unverified uploader

A dart package to generate audio wave data on the fly

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on wave_generator