This repository was archived by the owner on Nov 1, 2024. It is now read-only.
Commit 6a0bb92 1 parent 6419270 commit 6a0bb92 Copy full SHA for 6a0bb92
File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 41
41
fail-fast : false
42
42
matrix :
43
43
os : [ubuntu-latest]
44
- sdk : ['3.0 ', dev]
44
+ sdk : ['3.4 ', dev]
45
45
steps :
46
46
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
47
47
- uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
Original file line number Diff line number Diff line change 4
4
5
5
/// This library contains functionality to help command-line utilities to easily
6
6
/// create aesthetic output.
7
- library cli_logging ;
7
+ library ;
8
8
9
9
import 'dart:async' ;
10
10
import 'dart:io' as io;
Original file line number Diff line number Diff line change 3
3
// BSD-style license that can be found in the LICENSE file.
4
4
5
5
/// Utilities to locate the Dart SDK.
6
- library cli_util ;
6
+ library ;
7
7
8
8
import 'dart:async' ;
9
9
import 'dart:io' ;
Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ description: A library to help in building Dart command-line apps.
4
4
repository : https://github.com/dart-lang/cli_util
5
5
6
6
environment :
7
- sdk : ^3.0 .0
7
+ sdk : ^3.4 .0
8
8
9
9
dependencies :
10
- meta : ^1.3 .0
10
+ meta : ^1.7 .0
11
11
path : ^1.8.0
12
12
13
13
dev_dependencies :
14
- dart_flutter_team_lints : ^2 .0.0
15
- test : ^1.16 .0
14
+ dart_flutter_team_lints : ^3 .0.0
15
+ test : ^1.20 .0
You can’t perform that action at this time.
0 commit comments