You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PackageInfo works for iOS and Android, but not for Web.
So until someone extends that package to include web, perhaps you could provide some functionality in your cmd line app that would, for example, add a global static variable declaration into main.dart.
That way, we wouldn't actually need to use PackageInfo to get the version info, because it would be in that global variable.
The text was updated successfully, but these errors were encountered:
PackageInfo works for iOS and Android, but not for Web.
So until someone extends that package to include web, perhaps you could provide some functionality in your cmd line app that would, for example, add a global static variable declaration into main.dart.
That way, we wouldn't actually need to use PackageInfo to get the version info, because it would be in that global variable.
The text was updated successfully, but these errors were encountered: