Skip to content

Commit 785b451

Browse files
committed
fixed otp dart version
1 parent 118726f commit 785b451

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/otp_pin_field/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ version: 1.2.2
44
homepage: https://github.com/shivbo96/otp_pin_field
55

66
environment:
7-
sdk: ">=3.7.0 <4.0.0" # Update to match your Dart version
8-
flutter: ">=3.29.0"
9-
7+
sdk: ">=3.5.0"
8+
flutter: ">=3.24.0"
9+
1010
dependencies:
1111
flutter:
1212
sdk: flutter

0 commit comments

Comments
 (0)