File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
import Cocoa
2
2
import FlutterMacOS
3
3
4
- @NSApplicationMain
4
+ @main
5
5
class AppDelegate : FlutterAppDelegate {
6
6
override func applicationShouldTerminateAfterLastWindowClosed( _ sender: NSApplication ) -> Bool {
7
7
return true
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ dependencies:
16
16
dev_dependencies :
17
17
flutter_test :
18
18
sdk : flutter
19
- flutter_lints : ^3 .0.0
19
+ flutter_lints : ^5 .0.0
20
20
21
21
flutter :
22
22
uses-material-design : true
Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ environment:
10
10
dependencies :
11
11
flutter :
12
12
sdk : flutter
13
- flutter_webrtc : ^0.10.3
14
- grpc : ^3.2.3
13
+ flutter_webrtc : ^0.11.0
14
+ grpc : ^4.0.1
15
15
protobuf : ^3.0.0
16
16
image : ^4.0.16
17
17
logger : ^2.0.1
18
18
fixnum : ^1.1.0
19
- flutter_joystick : ^0.0.3
19
+ flutter_joystick : ^0.2.1
20
20
collection : ^1.17.1
21
21
async : ^2.11.0
22
22
bonsoir : ^5.1.8
@@ -25,6 +25,6 @@ dev_dependencies:
25
25
flutter_test :
26
26
sdk : flutter
27
27
mockito : ^5.4.0
28
- flutter_lints : ^3 .0.0
28
+ flutter_lints : ^5 .0.0
29
29
path : ^1.8.2
30
30
build_runner : ^2.3.3
You can’t perform that action at this time.
0 commit comments