Print the device fingerprint

For debugging purposes
This commit is contained in:
Vishesh Handa
2019-12-26 20:43:51 +01:00
parent 6af3b03210
commit 760659495a

View File

@ -70,6 +70,7 @@ class JournalApp extends StatelessWidget {
if (Platform.isAndroid) {
var info = await deviceInfo.androidInfo;
isPhysicalDevice = info.isPhysicalDevice;
Fimber.d("Device Fingerprint: " + info.fingerprint);
} else if (Platform.isIOS) {
var info = await deviceInfo.iosInfo;
isPhysicalDevice = info.isPhysicalDevice;