resonance 1.0.3 copy "resonance: ^1.0.3" to clipboard
resonance: ^1.0.3 copied to clipboard

Resonance is volume controller and vibration plugin. This plugin workaround Android's volume and vibration controller. Using this plugin let you control volume without user interaction and more custom [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add resonance

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

dependencies:
  resonance: ^1.0.3

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:resonance/resonance.dart';
11
likes
130
pub points
57%
popularity

Publisher

verified publisherovermindworks.site

Resonance is volume controller and vibration plugin. This plugin workaround Android's volume and vibration controller. Using this plugin let you control volume without user interaction and more customable vibration pattern.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on resonance