Skip to content

Commit 423f525

Browse files
authored
Update deps (#278)
* Update deps * Downgrade webrtc
1 parent 67ce11b commit 423f525

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

example/viam_example_app/macos/Runner/AppDelegate.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Cocoa
22
import FlutterMacOS
33

4-
@NSApplicationMain
4+
@main
55
class AppDelegate: FlutterAppDelegate {
66
override func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool {
77
return true

example/viam_example_app/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies:
1616
dev_dependencies:
1717
flutter_test:
1818
sdk: flutter
19-
flutter_lints: ^3.0.0
19+
flutter_lints: ^5.0.0
2020

2121
flutter:
2222
uses-material-design: true

pubspec.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ environment:
1010
dependencies:
1111
flutter:
1212
sdk: flutter
13-
flutter_webrtc: ^0.10.3
14-
grpc: ^3.2.3
13+
flutter_webrtc: ^0.11.0
14+
grpc: ^4.0.1
1515
protobuf: ^3.0.0
1616
image: ^4.0.16
1717
logger: ^2.0.1
1818
fixnum: ^1.1.0
19-
flutter_joystick: ^0.0.3
19+
flutter_joystick: ^0.2.1
2020
collection: ^1.17.1
2121
async: ^2.11.0
2222
bonsoir: ^5.1.8
@@ -25,6 +25,6 @@ dev_dependencies:
2525
flutter_test:
2626
sdk: flutter
2727
mockito: ^5.4.0
28-
flutter_lints: ^3.0.0
28+
flutter_lints: ^5.0.0
2929
path: ^1.8.2
3030
build_runner: ^2.3.3

0 commit comments

Comments
 (0)