dd-sdk-flutter
dd-sdk-flutter copied to clipboard
Automatically report application build information for web
Is your feature request related to a problem? Please describe. I need to manually specify the application version in web. From the docs:
/// By default, both iOS and Android sync their version numbers with the
/// current version in your pubspec, minus any build or pre-release
/// information. This property should only be used if you want to add this
/// additional information back in, or if the version in your pubspec does not
/// match your application version.
Describe the solution you'd like
It would be nice if this library automatically build in the web build version, e.g. using the package_info_plus package
Describe alternatives you've considered Continuing to manually specify the build version myself.
Hi @aebrahim ,
I'll look into this. We're trying to keep the number of dependent packages to a minimum, so I'll have to decide if bringing in package_info_plus is worth making an exception for.