Skip to content

parse-app-package

Installation

dart pub global activate parse_app_package

Usage

parse_app_package hello_world-1.0.0+1-android.apk

Output:

json
{
  "platform": "android",
  "identifier": "com.example.hello_world",
  "name": "hello_world",
  "version": "1.0.0",
  "buildNumber": 1
}

Released under the MIT License.