Varun Shanbhag
Varun Shanbhag
5k downloads are pretty good to flex
Fix replaying same song if Repeat is off and Skip button is pressed while on the last song in the list
The inbuilt FAB can be disabled by setting `onPressed:null` Suggestion to add a property `isDisabled` to which we can set a boolean variable which can be changed to true or...
Usage: return SpeedDialFloatingActionButton( actions: icons, childOnFold: Icon(Icons.menu_rounded, key: UniqueKey()), labelBackgroundColor: MyApp.bg, labelShadowColor: Colors.grey.withOpacity(0.1), );