flutter_launcher_name
flutter_launcher_name copied to clipboard
There are limitations in writing in `yaml` config file ```bash flutter pub run flutter_launcher_name:main ``` just like this ```bash flutter pub run flutter_launcher_name:main --name="FlutterApp" ``` In this way, you should...
Tested on Flutter v3.0.4
update package to work well with flutter 2.2.3
> Because flutter_launcher_icons 0.9.0 depends on yaml ^3.0.0-nullsafety.0 and every version of flutter_launcher_name depends on yaml ^2.1.16, flutter_launcher_icons 0.9.0 is incompatible with flutter_launcher_name. > > So, because krudtep depends on...
Is there any roadmap to support null safety down the line?
This package is not very useful when it is not updated to support null safety or at least update *it's* packages. Please make this package useful again by doing a...
Simplest changes to achieve null safety, including dependency upgrades and deletion of the example subdirectory, which was just the standard outdated flutter example and would have needed pointless changes.
I must write launcher name by hands in windows/runner/main.cpp. And it doesn't support localization there. I must use ASCII.
A bit of a nit, but these print statements are vague and unnecessary. Any appetite for removing them?
I have to reinstall the app to see the new name after run the command: `flutter pub run flutter_launcher_name:main` Could it be possible to do it automatically or to make...