package_info 0.0.2 copy "package_info: ^0.0.2" to clipboard
package_info: ^0.0.2 copied to clipboard

discontinuedreplaced by: package_info_plus
outdatedDart 1 only

Plugin for querying information about the application package.

package_info #

This Flutter plugin provides an API for querying information about an application package.

Usage #

You can use the PackageInfo class to query information about the application package. This works both on iOS and Android.

var version = await PackageInfo.getVersion();
var buildNumber = await PackageInfo.getBuildNumber();

Getting Started #

For help getting started with Flutter, view our online documentation.

For help on editing plugin code, view the documentation.

927
likes
0
points
18k
downloads

Publisher

verified publisherflutter.dev

Weekly Downloads

Plugin for querying information about the application package.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on package_info

Packages that implement package_info