Skip to content

Commit

Permalink
Update Flutter/Dart SDK version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanheise committed Aug 28, 2023
1 parent e3533be commit ab96ac6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions audio_service_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ dev_dependencies:
build_runner: ^2.0.4

environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.12.13+hotfix.5"
sdk: ">=2.14.0 <4.0.0"
flutter: ">=3.0.0"
4 changes: 2 additions & 2 deletions audio_service_web/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ version: 0.1.1
homepage: https://github.com/ryanheise/audio_service/tree/master/audio_service_web

environment:
sdk: '>=2.12.0 <3.0.0'
flutter: ">=2.0.0"
sdk: ">=2.14.0 <4.0.0"
flutter: ">=3.0.0"

dependencies:
# Use these deps for local development
Expand Down

0 comments on commit ab96ac6

Please sign in to comment.