Skip to content

Commit 27d7ba9

Browse files
author
Mikael Wills
committed
Dependency updates
1 parent d704717 commit 27d7ba9

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

example/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Uncomment this line to define a global platform for your project
2-
# platform :ios, '12.0'
2+
platform :ios, '13.0'
33

44
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
55
ENV['COCOAPODS_DISABLE_STATS'] = 'true'

example/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ dependencies:
2525
path: ../
2626
shared_preferences: ^2.2.0
2727
permission_handler: ^11.1.0
28-
flutter_webrtc: ^0.10.4
28+
flutter_webrtc: ^0.12.4
2929
provider: 6.1.2
3030
logger: ^2.4.0
3131

3232
dev_dependencies:
3333
flutter_test:
3434
sdk: flutter
35-
lints: ^3.0.0
35+
lints: ^4.0.0
3636

3737
# For information on the generic Dart part of this file, see the
3838
# following page: https://dart.dev/tools/pub/pubspec

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ environment:
99
dependencies:
1010
collection: ^1.18.0
1111
crypto: ^3.0.3
12-
flutter_webrtc: ^0.10.4
13-
intl: ^0.19.0
12+
flutter_webrtc: ^0.12.4
13+
intl: ^0.20.1
1414
logger: ^2.0.2+1
1515
path: ^1.6.4
1616
random_string: ^2.3.1
@@ -22,5 +22,5 @@ dependencies:
2222

2323
dev_dependencies:
2424
import_sorter: ^4.6.0
25-
lints: ^3.0.0
25+
lints: ^4.0.0
2626
test: any

0 commit comments

Comments
 (0)