Skip to content

Commit c2f9302

Browse files
Fixes lower bound constraint error
Resolving dependencies... pubspec.yaml has no lower-bound SDK constraint. You should edit pubspec.yaml to contain an SDK constraint: environment: sdk: '^3.8.0'
1 parent 1324b10 commit c2f9302

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

permission_handler_platform_interface/pubspec.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ homepage: https://github.com/baseflow/flutter-permission-handler/tree/master/per
55
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
66
version: 4.3.1
77

8+
environment:
9+
sdk: '^3.8.0'
10+
811
dependencies:
912
flutter:
1013
sdk: flutter

0 commit comments

Comments
 (0)