Skip to content

Commit 15c66cf

Browse files
committed
Upgrade example/ dependencies
1 parent c0b76b8 commit 15c66cf

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

example/macos/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ EXTERNAL SOURCES:
2626

2727
SPEC CHECKSUMS:
2828
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
29-
package_info_plus: 02d7a575e80f194102bef286361c6c326e4c29ce
30-
path_provider_foundation: 29f094ae23ebbca9d3d0cec13889cd9060c0e943
31-
url_launcher_macos: d2691c7dd33ed713bf3544850a623080ec693d95
29+
package_info_plus: fa739dd842b393193c5ca93c26798dff6e3d0e0c
30+
path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46
31+
url_launcher_macos: 5f437abeda8c85500ceb03f5c1938a8c5a705399
3232

3333
PODFILE CHECKSUM: 353c8bcc5d5b0994e508d035b5431cfe18c1dea7
3434

example/macos/Runner/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
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/pubspec.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,24 @@ dependencies:
1010
sdk: flutter
1111
flutter_web_plugins:
1212
sdk: flutter
13-
cupertino_icons: ^1.0.6
14-
google_fonts: ^6.1.0
15-
flutter_svg: ^2.0.7
16-
universal_platform: ^1.0.0+1
13+
cupertino_icons: ^1.0.8
14+
google_fonts: ^6.2.1
15+
flutter_svg: ^2.0.10+1
16+
universal_platform: ^1.1.0
1717
flutter_staggered_grid_view: ^0.7.0
18-
url_launcher: ^6.1.14
19-
go_router: ^11.1.2
18+
url_launcher: ^6.3.0
19+
go_router: ^14.2.7
2020
dartx: ^1.2.0
2121
fl_chart:
2222
path: ../
23-
flutter_bloc: ^8.1.3
24-
package_info_plus: ^4.2.0
23+
flutter_bloc: ^8.1.6
24+
package_info_plus: ^8.0.2
2525
equatable: ^2.0.5
2626

2727
dev_dependencies:
2828
flutter_test:
2929
sdk: flutter
30-
flutter_lints: ^2.0.3
30+
flutter_lints: ^4.0.0
3131

3232
flutter:
3333
uses-material-design: true

0 commit comments

Comments
 (0)