Skip to content
This repository was archived by the owner on Feb 21, 2024. It is now read-only.

Commit f5a3e79

Browse files
chore: support dart sdk 2.18.0 (#89)
* chore: support dart sdk 2.18.0 * feat: updated patches --------- Co-authored-by: Renan <[email protected]>
1 parent 47f4344 commit f5a3e79

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

patches/pubspec_publish.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ index 20c444b..b97bba1 100644
1010
+{{^publishable}}publish_to: none{{/publishable}}
1111

1212
environment:
13-
sdk: ">=2.19.0 <3.0.0"
13+
sdk: ">=2.18.0 <3.0.0"

src/my_cli/analysis_options.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
include: package:very_good_analysis/analysis_options.4.0.0.yaml
1+
include: package:very_good_analysis/analysis_options.3.1.0.yaml
22
linter:
33
rules:
44
public_member_api_docs: false

src/my_cli/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: 0.0.1
44
publish_to: none
55

66
environment:
7-
sdk: ">=2.19.0 <3.0.0"
7+
sdk: ">=2.18.0 <3.0.0"
88

99
dependencies:
1010
args: ^2.3.1
@@ -18,7 +18,7 @@ dev_dependencies:
1818
build_version: ^2.0.0
1919
mocktail: ^0.3.0
2020
test: ^1.19.2
21-
very_good_analysis: ^4.0.0
21+
very_good_analysis: ^3.1.0
2222

2323
executables:
2424
my_executable:

src/my_cli/test/ensure_build_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@Tags(['version-verify'])
2-
library;
2+
library ensure_build_test;
33

44
import 'package:build_verify/build_verify.dart';
55
import 'package:test/test.dart';

0 commit comments

Comments
 (0)