This repository has been archived by the owner on Oct 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to latest lints, require Dart 3.2 (#114)
* and prepare to publish
- Loading branch information
Showing
4 changed files
with
10 additions
and
16 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,13 +1,13 @@ | ||
name: mime | ||
version: 1.0.5-wip | ||
version: 1.0.5 | ||
description: >- | ||
Utilities for handling media (MIME) types, including determining a type from | ||
a file extension and file contents. | ||
repository: https://github.com/dart-lang/mime | ||
|
||
environment: | ||
sdk: ^3.0.0 | ||
sdk: ^3.2.0 | ||
|
||
dev_dependencies: | ||
dart_flutter_team_lints: ^1.0.0 | ||
dart_flutter_team_lints: ^2.0.0 | ||
test: ^1.16.0 |