Skip to content

Commit

Permalink
Merge pull request #63 from THEOplayer/maintenance/loosen_web_package…
Browse files Browse the repository at this point in the history
…_dependency_for_theoplayer_web

loosen web dependency from <0.6.0 to <2.0.0
  • Loading branch information
Danesz authored Oct 16, 2024
2 parents c0348e7 + e7f3fbd commit 25137a4
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repository: https://github.com/THEOplayer/flutter-theoplayer-sdk

environment:
sdk: ^3.3.0
flutter: ">=3.19.0"
flutter: '>=3.19.0'

dependencies:
flutter:
Expand All @@ -15,7 +15,8 @@ dependencies:
sdk: flutter
theoplayer_platform_interface: 8.2.0
js: ^0.6.7
web: ">=0.5.0 <0.6.0"
# NOTE: if you use web 1.0.0+, it will require Dart ^3.4.0
web: '>=0.5.0 <2.0.0'

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 25137a4

Please sign in to comment.