Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anandnet/device_equalizer

A flutter plugin to open inbuilt Equalizer
https://github.com/anandnet/device_equalizer

device-equilizer-plugin flutter flutter-plugin

Last synced: 8 days ago
JSON representation

A flutter plugin to open inbuilt Equalizer

Awesome Lists containing this project

README

        

# device_equalizer

A Flutter plugin to open inbuilt equalizer (Currently implemented only for Android).

## Getting Started
Add `device_equalizer` as a dependency in your pubspec.yaml file.
```
dependencies:
device_equalizer:
git:
url: https://github.com/anandnet/device_equalizer.git
ref: main
```

Now use this package in your implemetation

```dart
import 'package:device_equalizer/device_equalizer.dart';

final deviceEqualizer = DeviceEqualizer();
deviceEquilizer.open(sessionId)
```