File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ description: Demonstrates how to use the flutter_foreground_task plugin.
66publish_to : ' none' # Remove this line if you wish to publish to pub.dev
77
88environment :
9- sdk : " >=3.0.0 < 4.0.0 "
10- flutter : " >=3.10 .0"
9+ sdk : ^3. 4.0
10+ flutter : " >=3.22 .0"
1111
1212dependencies :
1313 flutter :
@@ -25,7 +25,7 @@ dev_dependencies:
2525 flutter_test :
2626 sdk : flutter
2727
28- flutter_lints : ^2 .0.3
28+ flutter_lints : ^5 .0.0
2929
3030# The following section is specific to Flutter.
3131flutter :
Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ dependencies:
1111 flutter :
1212 sdk : flutter
1313 plugin_platform_interface : ^2.1.8
14- shared_preferences : ^2.2.2
15- platform : ^3.1.4
14+ shared_preferences : ^2.5.3
15+ platform : ^3.1.6
1616
1717dev_dependencies :
1818 flutter_test :
1919 sdk : flutter
20- flutter_lints : ^2 .0.3
20+ flutter_lints : ^5 .0.0
2121
2222flutter :
2323 plugin :
You can’t perform that action at this time.
0 commit comments