Answers for "flutter custom app name"

-1

flutter custom app name

Write file pubspec.yaml:

dev_dependencies:
  flutter_launcher_name: "^0.0.1"

flutter_launcher_name:
  name: "yourNewAppLauncherName"
And run:

flutter pub get
flutter pub run flutter_launcher_name:main
Posted by: Guest on May-06-2021

Code answers related to "flutter custom app name"

Browse Popular Code Answers by Language