I want to get my native dart software build and version number which exists in pubspac.yaml
My software gets converted in the end to executable using the dart2native
so I guess that the final executable file does not include the actual pubspec.yaml
file.
I can't use package_info_plus as suggested in many places because I run native Dart code and not Flutter app.