This repository was archived by the owner on Oct 28, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +14
-37
lines changed Expand file tree Collapse file tree 3 files changed +14
-37
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.0.1-dev
2
+
1
3
## 1.0.0
2
4
3
- - Migrate to null-safety.
5
+ - Migrate to null-safety.
4
6
5
7
## 0.1.10
6
8
7
- - Support ` webkit_inspection_protocol ` version ` ^1.0.0 ` .
9
+ - Support ` webkit_inspection_protocol ` version ` ^1.0.0 ` .
8
10
9
11
## 0.1.9
10
12
11
- - Add support for Chrome executables in ` CHROME_PATH ` .
13
+ - Add support for Chrome executables in ` CHROME_PATH ` .
12
14
13
15
## 0.1.8
14
16
Original file line number Diff line number Diff line change 1
- include : package:pedantic/analysis_options.yaml
1
+ include : package:lints/recommended.yaml
2
+
2
3
analyzer :
3
4
strong-mode :
4
5
implicit-casts : false
6
+
5
7
linter :
6
8
rules :
7
- - avoid_empty_else
8
- - avoid_init_to_null
9
- - avoid_null_checks_in_equality_operators
9
+ - always_declare_return_types
10
10
- avoid_unused_constructor_parameters
11
- - await_only_futures
12
- - camel_case_types
13
11
- cancel_subscriptions
14
- - constant_identifier_names
15
- - control_flow_in_finally
16
12
- directives_ordering
17
- - empty_catches
18
- - empty_constructor_bodies
19
- - empty_statements
20
- - hash_and_equals
21
- - implementation_imports
22
- - iterable_contains_unrelated_type
23
- - library_names
24
- - library_prefixes
25
- - list_remove_unrelated_type
26
- - non_constant_identifier_names
27
- - overridden_fields
13
+ - omit_local_variable_types
28
14
- package_api_docs
29
- - package_names
30
- - package_prefixed_library_names
31
- - prefer_equal_for_default_values
32
- - prefer_final_fields
33
- - prefer_generic_function_type_aliases
34
- - prefer_is_not_empty
35
- - slash_for_doc_comments
15
+ - prefer_single_quotes
36
16
- test_types_in_equals
37
17
- throw_in_finally
38
- - type_init_formals
39
- - unnecessary_brace_in_string_interps
40
- - unnecessary_const
41
- - unnecessary_new
42
- - unrelated_type_equality_checks
43
- - valid_regexps
18
+ - unawaited_futures
Original file line number Diff line number Diff line change 1
1
name : browser_launcher
2
2
description : Provides a standardized way to launch web browsers for testing and tools.
3
3
4
- version : 1.0.0
4
+ version : 1.0.1-dev
5
5
6
6
homepage : https://github.com/dart-lang/browser_launcher
7
7
@@ -13,5 +13,5 @@ dependencies:
13
13
webkit_inspection_protocol : ^1.0.0
14
14
15
15
dev_dependencies :
16
- pedantic : ^1.11 .0
16
+ lints : ^1.0 .0
17
17
test : ^1.17.3
You can’t perform that action at this time.
0 commit comments