Skip to content

The application for viewing information about the apk file.

License

Notifications You must be signed in to change notification settings

Mr4Mike4/apk_info

Repository files navigation

ApkInfo

The application for viewing information about the apk file.

ApkInfo screenshot

ApkInfo screenshot

Install on Windows

Run the script apk_info_setup.ps1 to set associations with apk files.

Build instructions

flutter pub get
flutter packages pub run build_runner build --delete-conflicting-outputs
  • Run the code generation of text resources:
flutter gen-l10n
  • Start the application build:
# for windows
flutter build windows --release
# for macos
flutter build macos --release
# for linux
flutter build linux --release