Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

flutter_visualizers_example

Example to demonstrates how to use the flutter_visualizers plugin.

Steps here followed

* 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.