Skip to content

Latest commit

 

History

History
 
 

package_info

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.