Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update constraints
  • Loading branch information
stuartmorgan-g committed Oct 24, 2023
commit f89bc12075c582d12fe53f64ea3fc1cbb1387b63
12 changes: 6 additions & 6 deletions packages/url_launcher/url_launcher/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ flutter:
dependencies:
flutter:
sdk: flutter
url_launcher_android: ^6.0.13
url_launcher_ios: ^6.0.13
url_launcher_android: ^6.2.0
url_launcher_ios: ^6.2.0
# Allow either the pure-native or Dart/native hybrid versions of the desktop
# implementations, as both are compatible.
url_launcher_linux: ">=2.0.0 <4.0.0"
url_launcher_macos: ">=2.0.0 <4.0.0"
url_launcher_linux: ^3.1.0
url_launcher_macos: ^3.1.0
url_launcher_platform_interface: ^2.2.0
url_launcher_web: ^2.0.0
url_launcher_windows: ">=2.0.0 <4.0.0"
url_launcher_web: ^2.2.0
url_launcher_windows: ^3.1.0

dev_dependencies:
flutter_test:
Expand Down