audio_effect 1.0.2+6 audio_effect: ^1.0.2+6 copied to clipboard
A new Flutter project.
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 #
- ✅
Add Wave Effect Around Circle.
- ❌
Add more Effects to the package.