File tree Expand file tree Collapse file tree 6 files changed +13
-4
lines changed
Expand file tree Collapse file tree 6 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 4747 matrix :
4848 # Add macos-latest and/or windows-latest if relevant for this package.
4949 os : [ubuntu-latest]
50- sdk : [2.17 .0, dev]
50+ sdk : [3.0 .0, dev]
5151 steps :
5252 - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
5353 - uses : dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
Original file line number Diff line number Diff line change 1+ ## 1.3.3-wip
2+
3+ * Require Dart 3.0
4+
15## 1.3.2
26
37* Added package topics to the pubspec file.
Original file line number Diff line number Diff line change 1+ # https://dart.dev/guides/language/analysis-options
12include : package:dart_flutter_team_lints/analysis_options.yaml
23
34analyzer :
Original file line number Diff line number Diff line change 11name : typed_data
2- version : 1.3.2
2+ version : 1.3.3-wip
33description : >-
44 Utility functions and classes related to the dart:typed_data library.
55repository : https://github.com/dart-lang/typed_data
@@ -8,11 +8,11 @@ topics:
88 - data-structures
99
1010environment :
11- sdk : ' >=2.17.0 <4.0.0 '
11+ sdk : ^3.0.0
1212
1313dependencies :
1414 collection : ^1.15.0
1515
1616dev_dependencies :
17- dart_flutter_team_lints : ^0.1 .0
17+ dart_flutter_team_lints : ^1.0 .0
1818 test : ^1.16.0
Original file line number Diff line number Diff line change 33// BSD-style license that can be found in the LICENSE file.
44
55@TestOn ('!vm' )
6+ library ;
7+
68import 'dart:typed_data' ;
79
810import 'package:test/test.dart' ;
Original file line number Diff line number Diff line change 33// BSD-style license that can be found in the LICENSE file.
44
55@TestOn ('vm' )
6+ library ;
7+
68import 'package:test/test.dart' ;
79
810import 'typed_buffers_test.dart' ;
You can’t perform that action at this time.
0 commit comments