This repository was archived by the owner on Nov 1, 2024. It is now read-only.
Commit 36b5eb6 1 parent cd54ee5 commit 36b5eb6 Copy full SHA for 36b5eb6
File tree 4 files changed +14
-1
lines changed
4 files changed +14
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 3.0.3
2
+
3
+ * Fix a bug that caused all downstream users of ` code_builder ` to crash due to
4
+ ` build_runner ` trying to import our private builder (in ` tool/ ` ). Sorry for
5
+ the inconvenience.
6
+
1
7
## 3.0.2
2
8
3
9
* Require ` source_gen: ^0.7.5 ` .
Original file line number Diff line number Diff line change @@ -94,10 +94,16 @@ will be on a best-effort basis.
94
94
95
95
# ## Updating generated (`.g.dart`) files
96
96
97
+ > ** NOTE** : There is currently a limitation in ` build_runner` that requires
98
+ > a workaround for developing this package. We expect this to be unnecessary
99
+ > in the future.
100
+
97
101
Use [` build_runner` ][build_runner]:
98
102
99
103
` ` ` bash
104
+ $ mv build.disabled.yaml build.yaml
100
105
$ pub run build_runner build --delete-conflicting-outputs
106
+ $ mv build.yaml build.disabled.yaml
101
107
```
102
108
103
109
[ build_runner ] : https://pub.dartlang.org/packages/build_runner
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
name : code_builder
2
- version : 3.0.2
2
+ version : 3.0.3
3
3
description : A fluent API for generating Dart code
4
4
author : Dart Team <misc@dartlang.org>
5
5
homepage : https://github.com/dart-lang/code_builder
@@ -14,6 +14,7 @@ dependencies:
14
14
meta : ^1.0.5
15
15
16
16
dev_dependencies :
17
+ build : ^0.12.0
17
18
build_runner : ^0.7.9
18
19
built_value_generator : ^5.1.0
19
20
dart_style : ^1.0.0
You can’t perform that action at this time.
0 commit comments