claude refactorings, flutter best practices, platform dependent changes, general cleanup

This commit is contained in:
2026-05-06 11:58:50 +02:00
parent 4b1d4379a0
commit 72ebe6f7e7
278 changed files with 1804 additions and 1041 deletions
@@ -3,8 +3,8 @@ import 'dart:convert';
import 'package:http/http.dart';
import 'package:http/http.dart' as http;
import '../../mhslApi.dart';
import 'addFeedbackParams.dart';
import '../../mhsl_api.dart';
import 'add_feedback_params.dart';
class AddFeedback extends MhslApi<void> {
@@ -1,6 +1,6 @@
import 'package:json_annotation/json_annotation.dart';
part 'addFeedbackParams.g.dart';
part 'add_feedback_params.g.dart';
@JsonSerializable()
class AddFeedbackParams {
@@ -1,6 +1,6 @@
// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'addFeedbackParams.dart';
part of 'add_feedback_params.dart';
// **************************************************************************
// JsonSerializableGenerator