get_version icon indicating copy to clipboard operation
get_version copied to clipboard

Get Version - Get the Version Name, Version Code, Platform and OS Version, and App ID on iOS and Android. Maintainer: @rodydavis

Results 13 get_version issues
Sort by recently updated
recently updated
newest added

Below warning is been shown, when setting up get_version. The plugin `get_version` uses a deprecated version of the Android embedding. To avoid unexpected runtime failures, or future build failures, try...

To update these dependencies, edit pubspec.yaml, or run `dart pub upgrade --null-safety`.

``` import 'package:package_info/package_info.dart'; ^ /C:/Users/Paresh/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/get_version-0.2.2/lib/get_version.dart:4:8: Error: Error when reading '/C:/Users/Paresh/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/package_info-0.4.3+4/lib/package_info.dart': The system cannot find the path specified. import 'package:package_info/package_info.dart'; ^ /C:/Users/Paresh/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/get_version-0.2.2/lib/get_version.dart:15:11: Error: 'PackageInfo' isn't a type. final PackageInfo packageInfo =...

Thank for your library with me. But i don't use that for dart 2.12.x and above .

This is a request to add support for null safety to this package. See the [migration guide](https://dart.dev/null-safety/migration-guide) for details about enabling null safety.

Hi, I get the following build error on IOS: > [!] Unable to determine Swift version for the following pods: - `get_version` does not specify a Swift version and none...

I get this issue, when i ran the project ``` Xcode's output: ↳ === BUILD TARGET connectivity OF PROJECT Pods WITH CONFIGURATION Debug === /Users/Nikesh/.pub-cache/hosted/pub.dartlang.org/get_version-0.1.0/ios/Classes/GetVersionPlugin.m:2:9: fatal error: 'get_version/get_version-Swift.h' file not...

bug
help wanted

@rodydavis: Can we have it like `new Text(_projectName ?? " ")` https://github.com/fluttercommunity/get_version/blob/493492d96c90cabca85e8e5bb7db8bca7d49b6ad/example/lib/main.dart#L123

enhancement
good first issue