Refactor mobile to use OpenApi generated SDK (#336)

This commit is contained in:
Alex
2022-07-13 07:23:48 -05:00
committed by GitHub
parent d69470e207
commit ae7e582ec8
276 changed files with 14513 additions and 3003 deletions

View File

@@ -48,6 +48,9 @@ dependencies:
collection: ^1.16.0
http_parser: ^4.0.1
openapi:
path: openapi
dev_dependencies:
flutter_test:
sdk: flutter
@@ -76,3 +79,7 @@ flutter_icons:
image_path_ios: "assets/immich-logo-no-outline.png"
android: true # can specify file name here e.g. "ic_launcher"
ios: true # can specify file name here e.g. "My-Launcher-Icon
analyzer:
exclude:
- openapi/**