This repository was archived by the owner on Apr 8, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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+
17## 3.0.2
28
39* 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.
9494
9595# ## Updating generated (`.g.dart`) files
9696
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+
97101Use [` build_runner` ][build_runner]:
98102
99103` ` ` bash
104+ $ mv build.disabled.yaml build.yaml
100105$ pub run build_runner build --delete-conflicting-outputs
106+ $ mv build.yaml build.disabled.yaml
101107```
102108
103109[ build_runner ] : https://pub.dartlang.org/packages/build_runner
File renamed without changes.
Original file line number Diff line number Diff line change 11name : code_builder
2- version : 3.0.2
2+ version : 3.0.3
33description : A fluent API for generating Dart code
44author : Dart Team <misc@dartlang.org>
55homepage : https://github.com/dart-lang/code_builder
@@ -14,6 +14,7 @@ dependencies:
1414 meta : ^1.0.5
1515
1616dev_dependencies :
17+ build : ^0.12.0
1718 build_runner : ^0.7.9
1819 built_value_generator : ^5.1.0
1920 dart_style : ^1.0.0
You can’t perform that action at this time.
0 commit comments