gat_env_info 0.5.0 copy "gat_env_info: ^0.5.0" to clipboard
gat_env_info: ^0.5.0 copied to clipboard

outdated

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
0
pub points
0%
popularity

Publisher

unverified uploader

GetArch infrastructure package, get app environment information

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

device_info, flutter, freezed_annotation, get_arch_core, json_serializable, package_info

More

Packages that depend on gat_env_info