This repository has been archived by the owner on Oct 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update and fix lints, require Dart 3.0 (#53)
- Loading branch information
Showing
5 changed files
with
9 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
name: browser_launcher | ||
version: 1.1.2-dev | ||
version: 1.1.2-wip | ||
description: Provides a standardized way to launch web browsers for testing and tools. | ||
repository: https://github.com/dart-lang/browser_launcher | ||
|
||
environment: | ||
sdk: '>=2.17.0 <3.0.0' | ||
sdk: ^3.0.0 | ||
|
||
dependencies: | ||
logging: ^1.0.0 | ||
path: ^1.8.0 | ||
webkit_inspection_protocol: ^1.0.0 | ||
|
||
dev_dependencies: | ||
lints: ^2.0.0 | ||
dart_flutter_team_lints: ^2.0.0 | ||
test: ^1.17.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters