728x90
반응형
[flutter] Change Package Name & Bundle ID
VSCODE 에서 flutter new create 를 하면 Package name 이 com.example.userappname
example로 되어버린다. 이 경우 최종적으로 App을 출시 변경을 해야합니다.
아래의 내용으로 변경을 할 수있습니다.
TERMINAL APP
cd Root folder your project
flutter pub global activate rename
flutter pub global run rename --bundleId com.apple.iphone
com.apple.iphone change user want name.
End
300x250
반응형
'Flutter' 카테고리의 다른 글
sourcetree connect gitea (0) | 2021.08.05 |
---|---|
[iOS & android App] WordNote 단어장 (0) | 2021.08.02 |
[flutter] Default of googleFonts & dark theme & text color (0) | 2021.07.10 |
Uploading Image to Firebase Storage in Flutter (Android & iOS) (0) | 2021.06.26 |
M1 MacBook Flutter CocoaPods error (0) | 2021.06.14 |