-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
46 lines (40 loc) · 889 Bytes
/
pubspec.yaml
File metadata and controls
46 lines (40 loc) · 889 Bytes
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
43
44
45
46
name: video_app
description: "A Flutter app for P2P video meetings and MP3 playback."
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=3.2.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
webrtc_interface: ^1.1.1
flutter_webrtc: ^0.9.47
http: ^1.1.0
provider: ^6.0.5
shared_preferences: ^2.2.2
json_annotation: ^4.8.1
audioplayers: ^5.2.1
file_picker: ^6.1.1
flutter_audio_waveforms: ^1.2.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
json_serializable: ^6.7.1
build_runner: ^2.4.7
flutter:
uses-material-design: true
platforms:
android:
ios:
linux:
macos:
web:
windows:
# Override file_picker for desktop platforms to fix warnings
dependency_overrides:
file_picker:
git:
url: https://github.com/miguelpruivo/flutter_file_picker.git
ref: master