AUDIO EFFECT
Audio Effecr package lets you add a beautiful Rotating Thumbnail Of Audio to your Flutter app.
Installation
- Add the latest version of package to your pubspec.yaml (and run
dart pub get
):
dependencies:
audio_effects: ^1.0.0+1
- Import the package and use it in your Flutter App.
import 'package:audio_effect/audio_effects.dart';
Example
There are a number of properties that you can modify:
- height
- width
- color
- artworkBorder
- artworkWidth
- artworkHeight
- Audio id
- ArtWorkType
|
Next Goals
-
x
Add Wave Effect Around Circle. -