mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
chore(mobile): properly patch openapi with custom response dto (#11753)
This commit is contained in:
parent
fdf0b16fe3
commit
5ec407b57c
12 changed files with 312 additions and 7 deletions
|
|
@ -1,8 +1,9 @@
|
|||
@@ -15,6 +15,7 @@
|
||||
@@ -15,6 +15,8 @@
|
||||
import 'dart:io';
|
||||
|
||||
import 'package:collection/collection.dart';
|
||||
+import 'package:flutter/foundation.dart';
|
||||
+import 'package:immich_mobile/utils/openapi_patching.dart';
|
||||
import 'package:http/http.dart';
|
||||
import 'package:intl/intl.dart';
|
||||
import 'package:meta/meta.dart';
|
||||
|
|
|
|||
9
open-api/patch/pubspec_immich_mobile.yaml.patch
Normal file
9
open-api/patch/pubspec_immich_mobile.yaml.patch
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Include code from immich_mobile
|
||||
@@ -13,5 +13,5 @@
|
||||
http: '>=0.13.0 <0.14.0'
|
||||
intl: any
|
||||
meta: '^1.1.8'
|
||||
-dev_dependencies:
|
||||
- test: '>=1.21.6 <1.22.0'
|
||||
+ immich_mobile:
|
||||
+ path: ../
|
||||
Loading…
Add table
Add a link
Reference in a new issue