Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit cc30470

Browse files
Upgrade to Dart 3; bump packages
1 parent 5411c74 commit cc30470

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

‎pubspec.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ description: Solutions to leetcode problems in Dart.
33
version: 1.0.0
44

55
environment:
6-
sdk: '>=2.18.6 <3.0.0'
6+
sdk: '>=3.0.0 <4.0.0'
77

88
dependencies:
9-
collection: ^1.17.1
10-
characters: ^1.2.1
11-
checks: ^0.2.1
9+
collection: ^1.18.0
10+
characters: ^1.3.0
11+
checks: ^0.2.2
1212

1313
dev_dependencies:
14-
lints: ^2.0.0
15-
test: ^1.16.0
14+
lints: ^2.1.1
15+
test: ^1.24.6

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /