huongnguyenvan / flutter_launcher_name

flutter 2.0 compliance PR applied to pub package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

✨ What's New

📖 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

flutter 2.0 compliance PR applied to pub package

License:BSD 2-Clause "Simplified" License


Languages

Language:Dart 89.0%Language:Objective-C 7.4%Language:Java 3.6%