File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
/// library.
7
7
///
8
8
/// {@youtube 560 315 https://www.youtube.com/watch?v=r0tHiCjW2w0}
9
- library async ;
9
+ library ;
10
10
11
11
export 'src/async_cache.dart' ;
12
12
export 'src/async_memoizer.dart' ;
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dependencies:
11
11
meta : ^1.1.7
12
12
13
13
dev_dependencies :
14
- dart_flutter_team_lints : ^2 .0.0
14
+ dart_flutter_team_lints : ^3 .0.0
15
15
fake_async : ^1.2.0
16
16
stack_trace : ^1.10.0
17
17
test : ^1.16.0
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
@Deprecated ('Tests deprecated functionality' )
6
- library io_sink_impl ;
6
+ library ;
7
7
8
8
import 'dart:io' ;
9
9
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
@Deprecated ('Tests deprecated functionality' )
6
- library sink_base_test ;
6
+ library ;
7
7
8
8
import 'dart:async' ;
9
9
import 'dart:convert' ;
You can’t perform that action at this time.
0 commit comments