The application for viewing information about the apk file.
Run the script apk_info_setup.ps1
to set associations with apk files.
-
Install the Flutter SDK
-
Run code generation:
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