본문 바로가기
App/Flutter

[Flutter] 개발 전 알아두어야 할 사항 정리

by pcm9881 2023. 1. 22.

프로젝트 생성 관련

Flutter 프로젝트 생성시 패키지 이름은 소문자, 숫자 그리고 언더스코어만 [a-z0-9_] 사용해서 만들어야합니다.

flutter create TestApp

"TestApp" is not a valid Dart package name.

See https://dart.dev/tools/pub/pubspec#name for more information.

공식문서 패키지 이름

안드로이드 설정 관련

android > app > src > main > AndroidManifest.xml

 

iOS 설정 관련

ios > Runner > Info.plist

 

참조

Dart 공식문서: https://dart.dev/tools/pub/pubspec#name

 

The pubspec file

Reference guide for the fields in pubspec.yaml.

dart.dev

 

728x90

댓글