mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-07-15 07:56:11 +08:00
Print the device fingerprint
For debugging purposes
This commit is contained in:
@ -70,6 +70,7 @@ class JournalApp extends StatelessWidget {
|
|||||||
if (Platform.isAndroid) {
|
if (Platform.isAndroid) {
|
||||||
var info = await deviceInfo.androidInfo;
|
var info = await deviceInfo.androidInfo;
|
||||||
isPhysicalDevice = info.isPhysicalDevice;
|
isPhysicalDevice = info.isPhysicalDevice;
|
||||||
|
Fimber.d("Device Fingerprint: " + info.fingerprint);
|
||||||
} else if (Platform.isIOS) {
|
} else if (Platform.isIOS) {
|
||||||
var info = await deviceInfo.iosInfo;
|
var info = await deviceInfo.iosInfo;
|
||||||
isPhysicalDevice = info.isPhysicalDevice;
|
isPhysicalDevice = info.isPhysicalDevice;
|
||||||
|
Reference in New Issue
Block a user