Hu-Wentao / get_env_info

GetArch package,Provider package info and device info

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

get_env_info

GetArch infrastructure package, get app environment information

Getting Started

本基础设施提供 IEnvInfoSource及其实现类

abstract class IEnvInfoSource {
  Future<EnvInfo> getEnvInfo();
}

Load Module

加载模块

Future<void> main() async {
  WidgetsFlutterBinding.ensureInitialized();
  await GetArchApplication.run(conf, printConfig: !kReleaseMode, packages: [
  EnvInfoPackage(),
  ]);
  runApp(MyApp());
}

About

GetArch package,Provider package info and device info

License:Apache License 2.0


Languages

Language:Dart 100.0%