FLUTTER ECOSYSTEM

daisuke-fukuda/flutter_launcher_name

daisuke-fukuda/flutter_launcher_name open-source repository details.

flutter_launcher_name のプロジェクト画像
Stars
46
Forks
30
最終プッシュ(UTC)
2022/07/25
プロジェクト状態
公開中
daisuke-fukuda GitHub avatar
言語DartObjective-CJava

このリポジトリが公開するパッケージ

使用している依存関係

依存関係一覧 3 件
  • flutter{"sdk":"flutter"}
  • yaml^2.1.16
  • flutter_test開発用{"sdk":"flutter"}

元の README

以下は英語原文のスナップショットです。最新版は GitHub をご覧ください。

README を開く / 閉じる

flutter_launcher_name

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.

:sparkles: What's New

:book: Guide

1. Setup the config file

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"

2. Run the package

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

:mag: Attributes

Shown below is the full list of attributes which you can specify within your Flutter Launcher name configuration.

  • name: The new application launcher name.