/apk_info

The application for viewing information about the apk file.

Primary LanguageDartMIT LicenseMIT

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