Skip to content

Commit da14609

Browse files
committed
Bumped min Dart SDK to >=3.0.0 <4.0.0
1 parent 40f923a commit da14609

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pubspec.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ homepage: https://embla.is
66
repository: https://github.com/mideind/EmblaFlutterApp
77

88
environment:
9-
sdk: '>=2.18.0 <3.0.0'
9+
sdk: '>=3.0.0 <4.0.0'
1010
flutter: ">=3.10.0"
1111

1212
dependencies:
@@ -18,7 +18,7 @@ dependencies:
1818
geolocator: '^11.0.0'
1919
package_info_plus: '4.0.2'
2020
device_info_plus: '^9.1.2'
21-
url_launcher: '^6.2.5'
21+
url_launcher: '^6.1.14'
2222
platform_device_id:
2323
git:
2424
url: https://github.com/tommysolsen/platform_device_id.git
@@ -27,7 +27,7 @@ dependencies:
2727
flutter_inappwebview: '^5.7.2+3'
2828
path_provider: '^2.1.2'
2929
wakelock_plus: '1.1.1'
30-
permission_handler: '^11.3.0'
30+
permission_handler: '^10.2.0'
3131
flutter_fgbg: '^0.3.0'
3232
logger: '^2.0.1'
3333
adaptive_theme: '^3.6.0'

0 commit comments

Comments
 (0)