Skip to content

Commit

Permalink
loosen sdk requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianBissekkou committed Nov 13, 2024
1 parent defeba8 commit 78481f2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -374,10 +374,10 @@ packages:
dependency: transitive
description:
name: web
sha256: "97da13628db363c635202ad97068d47c5b8aa555808e7a9411963c533b449b27"
sha256: cd3543bd5798f6ad290ea73d210f423502e71900302dde696f8bff84bf89a1cb
url: "https://pub.dev"
source: hosted
version: "0.5.1"
version: "1.1.0"
webdriver:
dependency: transitive
description:
Expand All @@ -395,5 +395,5 @@ packages:
source: hosted
version: "6.5.0"
sdks:
dart: ">=3.5.4 <4.0.0"
dart: ">=3.5.1 <4.0.0"
flutter: ">=3.18.0-18.0.pre.54"
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: "Demonstrates how to use the tapped_native_screenshot plugin."
publish_to: 'none' # Remove this line if you wish to publish to pub.dev

environment:
sdk: ^3.5.4
sdk: ">=3.5.1 <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
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ version: 0.0.1
homepage:

environment:
sdk: ">=3.5.3 <4.0.0"
sdk: ">=3.5.1 <4.0.0"
flutter: '>=3.3.0'

dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
web: ">=0.5.1 <= 1.0.0"
web: ^1.0.0
plugin_platform_interface: ^2.1.8
js: ^0.6.3
vector_math: ^2.1.4
Expand Down

0 comments on commit 78481f2

Please sign in to comment.