Rename project to just_audio
This commit is contained in:
parent
0574c041c5
commit
108821871d
27 changed files with 51 additions and 51 deletions
|
|
@ -1,4 +1,4 @@
|
|||
name: audio_player
|
||||
name: just_audio
|
||||
description: Flutter plugin to play audio from streams, files and assets. Works with audio_service to play audio in the background.
|
||||
version: 0.0.1
|
||||
author: Ryan Heise <ryan@ryanheise.com>
|
||||
|
|
@ -28,8 +28,8 @@ flutter:
|
|||
# be modified. They are used by the tooling to maintain consistency when
|
||||
# adding or updating assets for this project.
|
||||
plugin:
|
||||
androidPackage: com.ryanheise.audio_player
|
||||
pluginClass: AudioPlayerPlugin
|
||||
androidPackage: com.ryanheise.just_audio
|
||||
pluginClass: JustAudioPlugin
|
||||
|
||||
# To add assets to your plugin package, add an assets section, like this:
|
||||
# assets:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue