Example to demonstrates how to use the flutter_visualizers plugin.
* Flutter
- Created two method calls. One for getting sessionId and second to play song. [Look](https://github.com/iamSahdeep/FlutterVisualizers/blob/master/example/lib/methodcalls.dart)
- [Ui.dart](https://github.com/iamSahdeep/FlutterVisualizers/blob/master/example/lib/Ui.dart) contains the main view where visualizers are shown which DropDownButton in app bar.
* Android
- [Here](https://github.com/iamSahdeep/FlutterVisualizers/blob/master/example/android/app/src/main/java/com/sahdeepsingh/fluttervisualizersexample/MainActivity.java) is how it is Implemented.
For more Details and usage look at Wiki on Github.