forked from ryanheise/audio_service
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
42 lines (35 loc) · 1.09 KB
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
name: audio_service_web
description: Web platform implementation of audio_service. This implementation is endorsed and therefore doesn't require a direct dependency.
version: 0.1.3
homepage: https://github.com/ryanheise/audio_service/tree/master/audio_service_web
environment:
sdk: ">=2.14.0 <4.0.0"
flutter: ">=3.0.0"
dependencies:
# Use these deps for local development
#audio_service_platform_interface:
# path: ../audio_service_platform_interface
# Use these deps when pushing to origin (for the benefit of testers)
# audio_service_platform_interface:
# git:
# url: https://github.com/ryanheise/audio_service.git
# ref: one-isolate
# path: audio_service_platform_interface
# Use these deps when publishing.
audio_service_platform_interface: ^0.1.1
rxdart: '>=0.26.0 <0.29.0'
js: '>=0.6.3 <0.8.0'
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^1.0.4
flutter:
plugin:
platforms:
web:
pluginClass: AudioServiceWeb
fileName: audio_service_web.dart