To run the app in Debug Mode, simply run the below command
flutter run
To deploy the app, run the below commands according to your OS
For Windows
flutter build windows --release
For Linux
flutter build linux --release
Copy the get-gpu-info.sh and ffi_lib directory present inside lib to the build/linux/x64/release/bundle/ directory and then run the executable