Skip to content

Commit 4dd676c

Browse files
committed
Fix
2 parents fecef7a + 6fb77a9 commit 4dd676c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ packages:
397397
path: ".."
398398
relative: true
399399
source: path
400-
version: "0.0.7"
400+
version: "1.0.0"
401401
package_config:
402402
dependency: transitive
403403
description:

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
1919
version: 1.0.0+1
2020

2121
environment:
22-
sdk: ^3.5.4
22+
sdk: ">=2.17.0 <4.0.0"
2323

2424
# Dependencies specify other packages that your package needs in order to work.
2525
# To automatically upgrade your package dependencies to the latest versions

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ homepage: https://github.com/Cuboid-Inc/open_mail
55
repository: https://github.com/Cuboid-Inc/open_mail
66

77
environment:
8-
sdk: ^3.5.4
8+
sdk: ">=2.17.0 <4.0.0"
99
flutter: ">=1.17.0"
1010

1111
dependencies:

0 commit comments

Comments
 (0)