Skip to content
This repository was archived by the owner on Jul 17, 2025. It is now read-only.

Commit 81888cc

Browse files
committed
changed autoPlay to autoStart
1 parent 4976d42 commit 81888cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ flutter:
2424
```Dart
2525
AssetsAudioPlayer.newPlayer().open(
2626
Audio("assets/audios/song1.mp3"),
27-
autoPlay: true,
27+
autoStart: true,
2828
showNotification: true,
2929
);
3030
```

0 commit comments

Comments
 (0)