get_env_info 0.6.2 copy "get_env_info: ^0.6.2" to clipboard
get_env_info: ^0.6.2 copied to clipboard

GetArch infrastructure package, get app environment information

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());
}
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

GetArch infrastructure package, get app environment information

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

device_info, flutter, freezed_annotation, get_arch_core, injectable, json_serializable, package_info

More

Packages that depend on get_env_info