Skip to content

A command-line tool to simplify updating the launcher name of Flutter 💙 apps. By using this package, you will not need to modify AndroidManifest.xml or Info.plist manually..

License

Notifications You must be signed in to change notification settings

hanisimo/flutter_launcher_name

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter Launcher Name Package (Null Safety Version)

Flutter Launcher Name Package ( flutter_launcher_name ) is 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.

✨ What's New

  • Null Safety Support.
  • Update the yaml package to version ^3.1.0 …
  • Update the package version to 0.0.3

📖 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

🔍 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.

About

A command-line tool to simplify updating the launcher name of Flutter 💙 apps. By using this package, you will not need to modify AndroidManifest.xml or Info.plist manually..

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Dart 76.3%
  • HTML 12.7%
  • Shell 6.3%
  • Swift 3.4%
  • Other 1.3%