refactor(mobile): move store settings and store into domain folder (#16201)

Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
This commit is contained in:
shenlong 2025-02-20 00:57:32 +05:30 committed by GitHub
parent 31dc83f3f2
commit 76d95cd348
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
51 changed files with 195 additions and 153 deletions

View file

@ -5,6 +5,7 @@ import 'dart:io';
import 'package:device_info_plus/device_info_plus.dart';
import 'package:flutter/material.dart';
import 'package:http/http.dart';
import 'package:immich_mobile/domain/models/store.model.dart';
import 'package:immich_mobile/entities/store.entity.dart';
import 'package:immich_mobile/utils/url_helper.dart';
import 'package:logging/logging.dart';