get_arch_core
GetArch core package
Getting Started
Future<void> main() async {
WidgetsFlutterBinding.ensureInitialized();
await GetArchApplication.run(
EnvConfig(
'Your App Name',
'Lib Version / App Version',
DateTime(2020, 6, 30),
EnvSing.prod,
),
printConfig: !kReleaseMode,
packages: [
// ... other GetArch package/ app ...
]);
runApp(MyApp());
}
GetArch
GetArch Universe
Libraries
- env_config
- error
- extension
- failures
- get_arch_application
- get_arch_core
- get_arch_other
- 如非必要, 请勿使用 get_arch_other, 尽量使用 get_arch_core.dart / get_arch_part.dart
- get_arch_part
- i_common
- i_dialog
- i_dto
- i_network
- i_storage
- i_usecase
- value_validators