migrated the breaker system to MarianumConnect and refactored the API response to a rule-based model with support for version-specific blocks using maxBuild.

This commit is contained in:
2026-07-06 21:15:39 +02:00
parent 38a271929c
commit 2be5051d12
13 changed files with 213 additions and 118 deletions
@@ -1,6 +1,6 @@
import 'package:freezed_annotation/freezed_annotation.dart';
import '../../../../../api/mhsl/breaker/get_breakers/get_breakers_response.dart';
import '../../../../../api/marianumconnect/queries/get_breakers/get_breakers_response.dart';
part 'breaker_state.freezed.dart';
part 'breaker_state.g.dart';