mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
Implement CI/CD for Android (#48)
* Implement CI/CD for Android with Fastlane
This commit is contained in:
parent
db366aac08
commit
274fba1bd2
38 changed files with 346 additions and 63 deletions
|
|
@ -1,11 +1,9 @@
|
|||
import 'package:device_info_plus/device_info_plus.dart';
|
||||
import 'package:flutter_udid/flutter_udid.dart';
|
||||
import 'dart:io' show Platform;
|
||||
|
||||
class DeviceInfoService {
|
||||
Future<Map<String, dynamic>> getDeviceInfo() async {
|
||||
// Get device info
|
||||
DeviceInfoPlugin deviceInfo = DeviceInfoPlugin();
|
||||
String deviceId = await FlutterUdid.consistentUdid;
|
||||
String deviceType = "";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue