Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated pubspec. Replaced deprecated keys #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ homepage: https://github.com/evrone/flutter_audio

environment:
sdk: ">=2.1.0 <3.0.0"
# Flutter versions prior to 1.12 did not support the
# flutter.plugin.platforms map.
flutter: ">=1.12.0"

dependencies:
flutter:
Expand All @@ -24,8 +27,12 @@ flutter:
# be modified. They are used by the tooling to maintain consistency when
# adding or updating assets for this project.
plugin:
androidPackage: co.medcorder.medcorderaudio
pluginClass: MedcorderAudioPlugin
platforms:
android:
package: co.medcorder.medcorderaudio
pluginClass: MedcorderAudioPlugin
ios:
pluginClass: MedcorderAudioPlugin

# To add assets to your plugin package, add an assets section, like this:
# assets:
Expand Down