Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 774 Bytes

File metadata and controls

48 lines (32 loc) · 774 Bytes

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