flutter_launcher_name
flutter_launcher_name copied to clipboard
Because flutter_launcher_icons 0.9.0 depends on yaml ^3.0.0-nullsafety.0
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 both flutter_launcher_name 0.0.1 and flutter_launcher_icons 0.9.0, version solving failed. pub get failed (1; So, because krudtep depends on both flutter_launcher_name 0.0.1 and flutter_launcher_icons 0.9.0, version solving failed.)
@daisuke-fukuda could you please update this package and accept the outstanding pull requests. That would help to actually use this package. Thx
Does anybody have a git package I can reference in the meantime until this gets updated?
I just create one:
flutter_launcher_name:
git:
url: https://github.com/ride4sun/flutter_launcher_name
ref: "0.9.1"
Since it does not look like this package is going to be updated, I created https://pub.dev/packages/flutter_app_name which does exactly the same thing but fixes the null safety issues.
In case, of course, you do not want to use the above solution for whatever reason.