Skip to content

Commit 07dc6a2

Browse files
committed
chore(deps): upgrade Flutter deps
1 parent 4ba69f2 commit 07dc6a2

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

example/ios/Runner/AppDelegate.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Flutter
22
import UIKit
33

4-
@UIApplicationMain
4+
@main
55
@objc class AppDelegate: FlutterAppDelegate {
66
override func application(
77
_ application: UIApplication,

example/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies:
1212
flutter:
1313
sdk: flutter
1414

15-
image_picker: ^0.8.4+4
15+
image_picker: ^1.1.2
1616

1717
video_uploader:
1818
# When depending on this package from a real application you should use:
@@ -35,7 +35,7 @@ dev_dependencies:
3535
# activated in the `analysis_options.yaml` file located at the root of your
3636
# package. See that file for information about deactivating specific lint
3737
# rules and activating additional ones.
38-
flutter_lints: ^1.0.0
38+
flutter_lints: ^5.0.0
3939

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

pubspec.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ dependencies:
1414
sdk: flutter
1515
flutter_web_plugins:
1616
sdk: flutter
17-
js: ^0.7.0
18-
json_annotation: ^4.4.0
17+
js: ^0.7.1
18+
json_annotation: ^4.9.0
1919
plugin_platform_interface: ^2.1.3
2020

2121

2222
dev_dependencies:
2323
flutter_test:
2424
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
2727

2828
flutter:
2929
plugin:

0 commit comments

Comments
 (0)