Skip to content
This repository was archived by the owner on Oct 17, 2024. It is now read-only.

Drop dependency on pkg:collection #127

Merged
merged 1 commit into from
Apr 15, 2022
Merged

Drop dependency on pkg:collection #127

merged 1 commit into from
Apr 15, 2022

Conversation

kevmoo
Copy link
Contributor

@kevmoo kevmoo commented Apr 15, 2022

Use Object.hashAll + Bump min SDK

Use Object.hashAll + Bump min SDK
@kevmoo kevmoo requested a review from natebosch April 15, 2022 00:42
@@ -9,7 +9,7 @@ import 'package:crypto/crypto.dart';

final _usage = 'Usage: dart hash.dart <md5|sha1|sha256> <input_filename>';

Future main(List<String> args) async {
Future<void> main(List<String> args) async {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use a separate pr for analysis cleanup

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙄

@kevmoo kevmoo merged commit 3bae716 into master Apr 15, 2022
@kevmoo kevmoo deleted the better branch April 15, 2022 01:29
mosuem pushed a commit to dart-lang/core that referenced this pull request Oct 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants