11name : flutter_webrtc_demo
22description : A new Flutter application.
3-
4- # The following defines the version and build number for your application.
5- # A version number is three numbers separated by dots, like 1.2.43
6- # followed by an optional build number separated by a +.
7- # Both the version and the builder number may be overridden in flutter
8- # build by specifying --build-name and --build-number, respectively.
9- # Read more about versioning at semver.org.
103version : 1.0.1
114
125environment :
13- sdk : " >=2.6.0 <3.0.0"
6+ sdk : " >=2.2.2 <3.0.0"
147
158dependencies :
169 flutter :
1710 sdk : flutter
1811
19- # The following adds the Cupertino Icons font to your application.
20- # Use with the CupertinoIcons class for iOS style icons.
2112 cupertino_icons : ^1.0.0
22- flutter_webrtc : ^0.5.2
23- shared_preferences :
24- shared_preferences_macos :
25- shared_preferences_web :
13+ flutter_webrtc : ^0.5.7
14+ shared_preferences : ^0.5.12
2615 http : ^0.12.1
27-
28- # Required for MediaRecorder example
29- path_provider :
30- path_provider_macos :
16+ path_provider : ^1.6.24
3117
3218dev_dependencies :
3319 flutter_test :
3420 sdk : flutter
3521
36-
37- # For information on the generic Dart part of this file, see the
38- # following page: https://www.dartlang.org/tools/pub/pubspec
39-
40- # The following section is specific to Flutter.
4122flutter :
42-
43- # The following line ensures that the Material Icons font is
44- # included with your application, so that you can use the icons in
45- # the material Icons class.
46- uses-material-design : true
47-
48- # To add assets to your application, add an assets section, like this:
49- # assets:
50- # - images/a_dot_burr.jpeg
51- # - images/a_dot_ham.jpeg
52-
53- # An image asset can refer to one or more resolution-specific "variants", see
54- # https://flutter.io/assets-and-images/#resolution-aware.
55-
56- # For details regarding adding assets from package dependencies, see
57- # https://flutter.io/assets-and-images/#from-packages
58-
59- # To add custom fonts to your application, add a fonts section here,
60- # in this "flutter" section. Each entry in this list should have a
61- # "family" key with the font family name, and a "fonts" key with a
62- # list giving the asset and other descriptors for the font. For
63- # example:
64- # fonts:
65- # - family: Schyler
66- # fonts:
67- # - asset: fonts/Schyler-Regular.ttf
68- # - asset: fonts/Schyler-Italic.ttf
69- # style: italic
70- # - family: Trajan Pro
71- # fonts:
72- # - asset: fonts/TrajanPro.ttf
73- # - asset: fonts/TrajanPro_Bold.ttf
74- # weight: 700
75- #
76- # For details regarding fonts from package dependencies,
77- # see https://flutter.io/custom-fonts/#from-packages
23+ uses-material-design : true
0 commit comments