Note currently this app is only available for Windows and Linux.
File checksum is an old technique to verify the integrity of a file.
And this repository aims to provide an GUI for Windows and Linux to generate the MD5 and SHA file hashes (checksum).
On Windows, just download the latest release on the Releases tab and open the filechecksum.exe
file.
- Install dependencies:
sudo apt-get install libgcrypt20 libgtk-3-0 liblz4-1 liblzma5 libstdc++6
-
Download the latest release
linux-arm64-v0.1.0.zip
. -
Double-click to open
filechecksum
.
Since the Flutter framework relies on custom paiting, the appearence (GUI) looks the same on Windows and Linux.
2022-11-09.19-29-20.mp4
Make sure you have a configured Flutter environment for Windows.
Then you can generate the .exe
by running:
flutter build windows
The generated bundle output is: <project-root>\build\windows\runner\Release
.
Make sure you have a configured Flutter environment for Linux.
To build for Linux, run:
flutter build linux
(Optional) To find Linux dependencies:
flutter_to_debian dependencies
The generated bundle output is: <project-root>/build/linux/x64/release
.
Copyright © 2022-present, Alex Rintt.
File Checksum is MIT licensed 💖