AppConfig class Null safety Utils
앱 정보를 담은 클래스입니다. main 코드를 참고하세요
Constructors
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited
Static Properties
- appDisplayName → String
-
앱 타이틀입니다. AppEntry.dart의 MaterialApp()의 title로 주고 있지만
앱 화면에서 표시되지는 않습니다.
read-only
- appFlavor ↔ Flavor
-
main_env.dart에서 어떤 Flavor로 실행되었는지 명시해주어야 합니다.
현재는 각 진입파일별로 할당해주고 있습니다.
main_dev.dart => Flavor.DEV
main_test.dart => Flavor.TEST
main.dart => Flavor.PROD
각 파일별 main() 함수를 참고하세요.
read / write
- appIconPath → String
-
초록색 앱 아이콘의 경로입니다.
로그인 화면에서 사용하고있습니다.
read-only
- appIconWhitePath → String
-
흰색 앱 아이콘의 경로입니다.
스플래시 화면에서 사용하고 있습니다.
read-only
- code → String
-
환경별 영문 텍스트입니다.
환경설정 화면 -> 소프트웨어 업데이트 화면에서 표시할때 사용합니다.
read-only