feat: update home ui
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import 'package:flutter/foundation.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:auto_route/auto_route.dart';
|
||||
import 'package:package_info_plus/package_info_plus.dart';
|
||||
@@ -75,7 +76,9 @@ class _AboutAppPageState extends State<AboutAppPage>
|
||||
deviceInfo = device;
|
||||
});
|
||||
} catch (e) {
|
||||
print('Error loading app info: $e');
|
||||
if (kDebugMode) {
|
||||
print('Error loading app info: $e');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user