File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
import Flutter
2
2
import UIKit
3
3
4
- @UIApplicationMain
4
+ @main
5
5
@objc class AppDelegate : FlutterAppDelegate {
6
6
override func application(
7
7
_ application: UIApplication ,
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies:
12
12
flutter :
13
13
sdk : flutter
14
14
15
- image_picker : ^0.8.4+4
15
+ image_picker : ^1.1.2
16
16
17
17
video_uploader :
18
18
# When depending on this package from a real application you should use:
@@ -35,7 +35,7 @@ dev_dependencies:
35
35
# activated in the `analysis_options.yaml` file located at the root of your
36
36
# package. See that file for information about deactivating specific lint
37
37
# rules and activating additional ones.
38
- flutter_lints : ^1 .0.0
38
+ flutter_lints : ^5 .0.0
39
39
40
40
# For information on the generic Dart part of this file, see the
41
41
# following page: https://dart.dev/tools/pub/pubspec
Original file line number Diff line number Diff line change @@ -14,16 +14,16 @@ dependencies:
14
14
sdk : flutter
15
15
flutter_web_plugins :
16
16
sdk : flutter
17
- js : ^0.7.0
18
- json_annotation : ^4.4 .0
17
+ js : ^0.7.1
18
+ json_annotation : ^4.9 .0
19
19
plugin_platform_interface : ^2.1.3
20
20
21
21
22
22
dev_dependencies :
23
23
flutter_test :
24
24
sdk : flutter
25
- build_runner : ^2.4.6
26
- json_serializable : ^6.1.1
25
+ build_runner : ^2.4.13
26
+ json_serializable : ^6.8.0
27
27
28
28
flutter :
29
29
plugin :
You can’t perform that action at this time.
0 commit comments