Skip to content

Commit

Permalink
fix: change sdk limitations
Browse files Browse the repository at this point in the history
Dart 3 already works well, but the current setting causes a warning
  • Loading branch information
ilfa committed Jan 19, 2024
1 parent 5b7ddf2 commit b48231c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: Demonstrates how to use the fpjs_pro_plugin plugin.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev

environment:
sdk: ">=2.16.0 <3.0.0"
sdk: ">=2.16.0 <4.0.0"

# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ homepage: https://fingerprint.com
repository: https://github.com/fingerprintjs/fingerprintjs-pro-flutter

environment:
sdk: ">=2.16.0 <3.0.0"
sdk: ">=2.16.0 <4.0.0"
flutter: ">=2.5.0"

dependencies:
Expand Down

0 comments on commit b48231c

Please sign in to comment.