Skip to content
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