File tree Expand file tree Collapse file tree 6 files changed +21
-12
lines changed
functional_enum_annotation Expand file tree Collapse file tree 6 files changed +21
-12
lines changed Original file line number Diff line number Diff line change 1+ ## 1.1.5
2+
3+ - Upgraded dependencies
4+
15## 1.1.4
26
37- Upgraded dependencies
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ environment:
55 sdk: '>=2.12.0 <3.0.0'
66
77dependencies:
8- functional_enum_annotation: ^1.2.2
8+ functional_enum_annotation: ^1.2.3
99
1010dev_dependencies:
11- build_runner: ^2.1.2
12- test: ^1.17.12
11+ build_runner: ^2.2.1
12+ test: ^1.21.6
1313 functional_enum:
1414 path: ../
Original file line number Diff line number Diff line change @@ -75,8 +75,9 @@ class MethodGenerator {
7575 }
7676
7777 void _addOrElseCallBack() {
78- if (!_isParamRequired())
78+ if (!_isParamRequired()) {
7979 _generated.writeln('required R Function() orElse,');
80+ }
8081 }
8182
8283 void _addParam(FieldElement field) {
Original file line number Diff line number Diff line change 11name: functional_enum
22description: Code generator for functional enum that makes the use of enums much better.
3- version: 1.1.4
3+ version: 1.1.5
44homepage: https://github.com/Elias8/functional_enum
55
66environment:
77 sdk: '>=2.12.0 <3.0.0'
88
99dependencies:
10- analyzer: ^2.3 .0
11- build: ^2.1.0
12- build_config: ^1.0 .0
13- functional_enum_annotation: ^1.2.1
14- source_gen: ^1.1.0
10+ analyzer: ^5.1 .0
11+ build: ^2.3.1
12+ build_config: ^1.1 .0
13+ functional_enum_annotation: ^1.2.3
14+ source_gen: ^1.2.5
Original file line number Diff line number Diff line change 1+ ## 1.2.3
2+
3+ - Upgraded `meta` dependency
4+
15## 1.2.2
26
37- Upgraded `meta` dependency
Original file line number Diff line number Diff line change 11name: functional_enum_annotation
22description: Annotations for the functional_enum code generator package.
3- version: 1.2.2
3+ version: 1.2.3
44homepage: https://github.com/Elias8/functional_enum
55
66environment:
77 sdk: '>=2.12.0 <3.0.0'
88
99dependencies:
10- meta: ^1.7 .0
10+ meta: ^1.8 .0
1111
You can’t perform that action at this time.
0 commit comments