There was an error while loading. Please reload this page.
1 parent d3b6ec1 commit 807aeabCopy full SHA for 807aeab
lib/src/api/aha/models/switch.dart
@@ -7,6 +7,7 @@ import 'switch_state.dart';
7
8
part 'switch.g.dart';
9
10
+@xml.XmlEnum()
11
enum SwitchMode {
12
auto,
13
manuell,
pubspec.yaml
@@ -25,8 +25,8 @@ dev_dependencies:
25
dart_pre_commit: ^4.0.0
26
dart_test_tools: ^4.5.3+1
27
freezed: ^2.2.1
28
- test: ^1.21.6
29
- xml_serializable: ^2.2.1
+ test: ^1.22.0
+ xml_serializable: ^2.2.2
30
31
dart_pre_commit:
32
lib-exports: false
0 commit comments