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
@@ -1,7 +1,7 @@
import 'dart:convert';
import 'package:http/http.dart' as http;
import 'getHolidaysResponse.dart';
import 'get_holidays_response.dart';
class GetHolidays {
Future<GetHolidaysResponse> query() async {
@@ -1,6 +1,6 @@
import '../requestCache.dart';
import 'getHolidays.dart';
import 'getHolidaysResponse.dart';
import '../request_cache.dart';
import 'get_holidays.dart';
import 'get_holidays_response.dart';
class GetHolidaysCache extends SimpleCache<GetHolidaysResponse> {
GetHolidaysCache({super.onUpdate, super.renew})
@@ -1,9 +1,9 @@
import 'package:json_annotation/json_annotation.dart';
import '../apiResponse.dart';
import '../api_response.dart';
part 'getHolidaysResponse.g.dart';
part 'get_holidays_response.g.dart';
@JsonSerializable(explicitToJson: true)
class GetHolidaysResponse extends ApiResponse {
@@ -1,6 +1,6 @@
// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'getHolidaysResponse.dart';
part of 'get_holidays_response.dart';
// **************************************************************************
// JsonSerializableGenerator