diff --git a/_test_yaml/pubspec.yaml b/_test_yaml/pubspec.yaml index e189c8ee8..f54503684 100644 --- a/_test_yaml/pubspec.yaml +++ b/_test_yaml/pubspec.yaml @@ -12,7 +12,6 @@ dev_dependencies: build_runner: ^2.2.1 build_verify: ^3.0.0 checked_yaml: ^2.0.4-wip - dart_flutter_team_lints: ^3.0.0 json_annotation: ^4.9.0 json_serializable: ^6.8.0 path: ^1.8.2 diff --git a/checked_yaml/pubspec.yaml b/checked_yaml/pubspec.yaml index d86daebf6..bb765cb1d 100644 --- a/checked_yaml/pubspec.yaml +++ b/checked_yaml/pubspec.yaml @@ -25,7 +25,6 @@ dependencies: dev_dependencies: build_runner: ^2.0.6 build_verify: ^3.0.0 - dart_flutter_team_lints: ^3.0.0 json_serializable: ^6.0.0 path: ^1.8.0 test: ^1.17.10 diff --git a/example/pubspec.yaml b/example/pubspec.yaml index c75056710..0875abdd3 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -20,9 +20,6 @@ dev_dependencies: # Used by tests. Not required to use `json_serializable`. build_verify: ^3.0.0 - # Not required to use `json_serializable`. - dart_flutter_team_lints: ^3.0.0 - # REQUIRED! json_serializable: ^6.8.0 diff --git a/json_annotation/lib/src/json_converter.dart b/json_annotation/lib/src/json_converter.dart index bd0738e80..d50db4f4b 100644 --- a/json_annotation/lib/src/json_converter.dart +++ b/json_annotation/lib/src/json_converter.dart @@ -7,7 +7,7 @@ /// [T] is the data type you'd like to convert to and from. /// /// [S] is the type of the value stored in JSON. It must be a valid JSON type -/// such as [String], [int], or [Map]. +/// such as [String], [int], or [Map]``. /// /// /// [JsonConverter]s can be placed either on the class: diff --git a/json_annotation/lib/src/json_serializable.dart b/json_annotation/lib/src/json_serializable.dart index fb4d8eade..64d1990e0 100644 --- a/json_annotation/lib/src/json_serializable.dart +++ b/json_annotation/lib/src/json_serializable.dart @@ -39,7 +39,7 @@ enum FieldRename { ) @Target({TargetKind.classType}) class JsonSerializable { - /// If `true`, [Map] types are *not* assumed to be [Map] + /// If `true`, [Map] types are *not* assumed to be [Map]`` /// – which is the default type of [Map] instances return by JSON decode in /// `dart:convert`. /// diff --git a/json_annotation/pubspec.yaml b/json_annotation/pubspec.yaml index 86ed2b1ad..cf334679b 100644 --- a/json_annotation/pubspec.yaml +++ b/json_annotation/pubspec.yaml @@ -17,9 +17,3 @@ resolution: workspace dependencies: meta: ^1.4.0 - -dev_dependencies: - dart_flutter_team_lints: ^3.0.0 -# When changing JsonSerializable class. -# build_runner: ^2.0.0 -# json_serializable: any diff --git a/json_serializable/pubspec.yaml b/json_serializable/pubspec.yaml index 29c37c4cc..1adf0afb2 100644 --- a/json_serializable/pubspec.yaml +++ b/json_serializable/pubspec.yaml @@ -36,7 +36,6 @@ dev_dependencies: path: ../shared_test build_runner: ^2.4.6 build_verify: ^3.0.0 - dart_flutter_team_lints: ^3.0.0 dart_style: ^2.3.2 logging: ^1.0.0 source_gen_test: ^1.0.6 diff --git a/pubspec.yaml b/pubspec.yaml index 028d1d235..ac2343cc3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,7 +5,7 @@ environment: publish_to: none dev_dependencies: - dart_flutter_team_lints: ^3.1.0 + dart_flutter_team_lints: ^3.2.0 workspace: - _test_yaml - checked_yaml diff --git a/shared_test/pubspec.yaml b/shared_test/pubspec.yaml index ee379c326..09b960f69 100644 --- a/shared_test/pubspec.yaml +++ b/shared_test/pubspec.yaml @@ -8,6 +8,3 @@ resolution: workspace dependencies: stack_trace: ^1.10.0 test: ^1.6.0 - -dev_dependencies: - dart_flutter_team_lints: ^3.0.0