v0.0.1
flutter_launcher_name
एक कमांड-लाइन टूल जो आपके फ्लटर ऐप के लॉन्चर नाम को अपडेट करने के कार्य को सरल बनाता है।
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.