-
-
Notifications
You must be signed in to change notification settings - Fork 255
Work around PackageInfo Limitations #410
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Current linux release: |
macOS does it nicely |
windows issue fluttercommunity/plus_plugins#182 and flutter/flutter#73652 |
linux issue fluttercommunity/plus_plugins#203 |
Web is also missing the package identifier like linux. Maybe we could use the app name if no package identifier is available. |
@ueman sounds a good idea |
On web and linux and windows the name given in the pubspec.yaml gets used as appName: https://dart.dev/tools/pub/pubspec#name I'm not sure though about windows and what UWP uses though. |
to close this issue I suggest the following: take the Windows example:
trim null chars result should be: other than that, on Windows support, we should document that the |
Do we want to do
ourself or do we fix it in package_info_plus? |
@ueman we can't control user's |
Linux und Windows have a few limitations. Notably:
We need to figure out what a sensible default value is, if we can not work around those limitations.
The text was updated successfully, but these errors were encountered: