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 bfc9960 commit 8af5a7eCopy full SHA for 8af5a7e
lib/src/builder.dart
@@ -168,11 +168,11 @@ class PartBuilder extends _Builder {
168
/// If [header] is an empty `String` no header is added.
169
///
170
/// May set [requireLibraryDirective] to `false` in order to opt-in to
171
- /// supporting a `1.25.0` feature of `part of` being usable without an
+ /// supporting a `2.0.0-dev` feature of `part of` being usable without an
172
/// explicit `library` directive. Developers should restrict their `pubspec`
173
/// accordingly:
174
/// ```yaml
175
- /// sdk: '>=1.25.0 <2.0.0'
+ /// sdk: '>=2.0.0-dev <2.0.0'
176
/// ```
177
PartBuilder(List<Generator> generators,
178
{String formatOutput(String code),
0 commit comments