menu
yxr_flutter_basic package
documentation
base/util/DeviceUtil.dart
DeviceUtil
getAppName static method
getAppName static method
dark_mode
light_mode
getAppName
static method
Future
<
String
>
getAppName
(
)
获取App名称
Implementation
static Future<String> getAppName() async { return (await getPackageInfo()).appName; }
yxr_flutter_basic package
documentation
base/util/DeviceUtil
DeviceUtil
getAppName static method
DeviceUtil class