Skip to content

Commit 54635bf

Browse files
committed
Fix sdk constraints for example
1 parent b5c9534 commit 54635bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/flutter_box_transform/example/pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ publish_to: 'none'
55
version: 1.0.0+1
66

77
environment:
8-
sdk: '>=3.0.2 <4.0.0'
8+
sdk: '>=3.0.0 <4.0.0'
9+
flutter: '>=3.10.0'
910

1011
dependencies:
1112
flutter:

0 commit comments

Comments
 (0)