We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cb2922 commit 21310faCopy full SHA for 21310fa
scratch_space/CHANGELOG.md
@@ -1,6 +1,7 @@
1
-## 1.0.2-dev
+## 1.0.2
2
3
-- Require Dart >=2.18.0
+- Added package topics to the pubspec file.
4
+- Require Dart >=2.18.0.
5
6
## 1.0.1
7
scratch_space/pubspec.yaml
@@ -1,8 +1,12 @@
name: scratch_space
-version: 1.0.2-dev
-description: A tool to manage running external executables within package:build
+version: 1.0.2
+description: A tool to manage running external executables within package:build.
repository: https://github.com/dart-lang/build/tree/master/scratch_space
+topics:
+ - build-runner
8
+ - codegen
9
+
10
environment:
11
sdk: ">=2.19.0 <3.0.0"
12
0 commit comments