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 d498497 commit 765c068Copy full SHA for 765c068
CHANGELOG.md
@@ -1,6 +1,7 @@
1
## 0.5.9
2
3
* Update the minimum Dart SDK to `1.22.1`.
4
+* Deprecated `builder.dart`: import `source_gen.dart` instead.
5
* Added `TypeChecker`, a high-level API for performing static type checks:
6
7
```dart
lib/builder.dart
@@ -2,4 +2,10 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
+/// Import 'source_gen.dart' instead, which exports `GeneratorBuilder` as well.
+///
+/// Will be removed in _0.6.0_.
8
+@deprecated
9
+library source_gen.builder;
10
+
11
export 'src/builder.dart';
0 commit comments