This repository was archived by the owner on Oct 1, 2024. It is now read-only.
Commit 99fbdcc 1 parent ca9f059 commit 99fbdcc Copy full SHA for 99fbdcc
File tree 4 files changed +10
-16
lines changed
4 files changed +10
-16
lines changed Original file line number Diff line number Diff line change 16
16
strategy :
17
17
matrix :
18
18
os : [ubuntu-latest]
19
- sdk : [3.0.0 , dev]
19
+ sdk : [3.2 , dev]
20
20
steps :
21
21
# These are the latest versions of the github actions; dependabot will
22
22
# send PRs to keep these up-to-date.
Original file line number Diff line number Diff line change 1
- ## 1.0.5-wip
1
+ ## 1.0.5
2
2
3
- * Update video/mp4 mimeType lookup by header bytes.
4
- * Add image/heic mimeType lookup by header bytes.
5
- * Add image/heif mimeType lookup by header bytes.
3
+ * Update ` video/mp4 ` mimeType lookup by header bytes.
4
+ * Add ` image/heic ` mimeType lookup by header bytes.
5
+ * Add ` image/heif ` mimeType lookup by header bytes.
6
6
* Add m4b mimeType lookup by extension.
7
7
* Add ` text/markdown ` mimeType lookup by extension.
8
- * Require Dart 3.0 .0.
8
+ * Require Dart 3.2 .0.
9
9
10
10
## 1.0.4
11
11
Original file line number Diff line number Diff line change 1
- # https://dart.dev/guides/language/ analysis- options
1
+ # https://dart.dev/tools/ analysis#the-analysis- options-file
2
2
include : package:dart_flutter_team_lints/analysis_options.yaml
3
3
4
4
analyzer :
@@ -13,28 +13,22 @@ linter:
13
13
- avoid_classes_with_only_static_members
14
14
- avoid_private_typedef_functions
15
15
- avoid_redundant_argument_values
16
- - avoid_returning_null_for_future
17
16
- avoid_returning_this
18
17
- avoid_unused_constructor_parameters
19
18
- avoid_void_async
20
19
- cancel_subscriptions
21
- - comment_references
22
20
- join_return_with_assignment
23
21
- literal_only_boolean_expressions
24
22
- missing_whitespace_between_adjacent_strings
25
23
- no_adjacent_strings_in_list
26
24
- no_runtimeType_toString
27
25
- package_api_docs
28
- - prefer_const_constructors
29
26
- prefer_const_declarations
30
27
- prefer_expression_function_bodies
31
28
- prefer_final_locals
32
- - prefer_relative_imports
33
- - test_types_in_equals
34
29
- unnecessary_await_in_return
35
30
- unnecessary_breaks
36
31
- unnecessary_raw_strings
37
32
- use_if_null_to_convert_nulls_to_bools
38
33
- use_raw_strings
39
34
- use_string_buffers
40
- - use_super_parameters
Original file line number Diff line number Diff line change 1
1
name : mime
2
- version : 1.0.5-wip
2
+ version : 1.0.5
3
3
description : >-
4
4
Utilities for handling media (MIME) types, including determining a type from
5
5
a file extension and file contents.
6
6
repository : https://github.com/dart-lang/mime
7
7
8
8
environment :
9
- sdk : ^3.0 .0
9
+ sdk : ^3.2 .0
10
10
11
11
dev_dependencies :
12
- dart_flutter_team_lints : ^1 .0.0
12
+ dart_flutter_team_lints : ^2 .0.0
13
13
test : ^1.16.0
You can’t perform that action at this time.
0 commit comments