v0.0.1
flutter_launcher_name
Flutter 앱의 런처 이름을 업데이트하는 작업을 간소화하는 명령줄 도구입니다.
170좋아요 6530일 다운로드40Pub 점수
플랫폼 정보 없음
daisuke-fukuda/flutter_launcher_name open-source repository details.
{"sdk":"flutter"}^2.1.16{"sdk":"flutter"}아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.
A command-line tool which simplifies the task of updating your Flutter app's launcher name. If you user this package, You don't need modify AndroidManifest.xml or Info.plist.
Add your Flutter Launcher name configuration to your pubspec.yaml.
An example is shown below.
dev_dependencies:
flutter_launcher_name: "^0.0.1"
flutter_launcher_name:
name: "yourNewAppLauncherName"
After setting up the configuration, all that is left to do is run the package.
flutter pub get
flutter pub run flutter_launcher_name:main
Shown below is the full list of attributes which you can specify within your Flutter Launcher name configuration.
name: The new application launcher name.