File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 2.2.7
2+
3+ - Fix issue with latest version of ` package:source_gen ` .
4+
15## 2.2.6
26
37- Fix issue with latest version of ` package:analyzer ` .
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import 'util.dart';
2222/// Developers shouldn't need to access this class directly unless they are
2323/// configuring a `package:source_gen` `PartBuilder` in code.
2424class CliGenerator extends GeneratorForAnnotation <CliOptions > {
25- const CliGenerator ();
25+ const CliGenerator () : super (throwOnUnresolved : false ) ;
2626
2727 @override
2828 Stream <String > generateForAnnotatedElement (
Original file line number Diff line number Diff line change 11name : build_cli
2- version : 2.2.6
2+ version : 2.2.7
33description : >-
44 Parse command line arguments directly into an annotation class
55 using the power of build_runner and source_gen.
You can’t perform that action at this time.
0 commit comments