Skip to content

Commit

Permalink
loosen web dependency from <0.6.0 to <2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Dallos committed Oct 15, 2024
1 parent c0348e7 commit e7f3fbd
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 e7f3fbd

Please sign in to comment.